Skip to content

Commit 5a2e466

Browse files
committed
had to adjust the name
1 parent f9a39bd commit 5a2e466

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+162
-150
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Global rule:
2-
* @paulcruse-syn
2+
* @paulcruse3

README.md

Lines changed: 4 additions & 4 deletions

acai/common/logger.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

acai/sqs/handler_requirements.py

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

acai/apigateway/handler_requirements.py renamed to acai_aws/apigateway/handler_requirements.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from acai.apigateway.request_client import RequestClient
2-
from acai.apigateway.response_client import ResponseClient
3-
from acai.apigateway.request_validator import RequestValidator
1+
from acai_aws.apigateway.request_client import RequestClient
2+
from acai_aws.apigateway.response_client import ResponseClient
3+
from acai_aws.apigateway.request_validator import RequestValidator
44

55
def handler_requirements(**kwargs):
66
def decorator_func(func):

acai/apigateway/request_client.py renamed to acai_aws/apigateway/request_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import base64
22
import urllib.parse
33

4-
from acai.common import json_helper
4+
from acai_aws.common import json_helper
55

66

77
class RequestClient:
File renamed without changes.

0 commit comments

Comments
 (0)