aws-python-helper 0.38.0__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/PKG-INFO +1 -1
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/lambda_invoker.py +3 -2
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/PKG-INFO +1 -1
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/pyproject.toml +1 -1
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/README.md +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/auth_middleware.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/auth_validators.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/dispatcher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/exceptions.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/fetcher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/handler.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/context/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/context/session.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/context/state_validator.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/database_proxy.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/external_database_proxy.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/external_mongo_manager.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/mongo_manager.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/fargate/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/fargate/executor.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/fargate/fetcher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/fargate/handler.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/fargate/task_base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/api_client.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/exceptions.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/fetcher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/handler.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/model_query/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/model_query/base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/repository/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/repository/base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sns/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sns/publisher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sqs/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sqs/consumer_base.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sqs/fetcher.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/sqs/handler.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/utils/__init__.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/utils/json_encoder.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/utils/response.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/utils/serializer.py +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/SOURCES.txt +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/dependency_links.txt +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/requires.txt +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/top_level.txt +0 -0
- {aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/setup.cfg +0 -0
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/lambda_invoker.py
RENAMED
|
@@ -6,6 +6,7 @@ from typing import Any, Dict
|
|
|
6
6
|
import boto3
|
|
7
7
|
|
|
8
8
|
from .exceptions import LambdaInvocationError, LambdaResponseError
|
|
9
|
+
from ..utils.json_encoder import MongoJSONEncoder
|
|
9
10
|
|
|
10
11
|
logger = logging.getLogger(__name__)
|
|
11
12
|
|
|
@@ -58,7 +59,7 @@ class LambdaInvoker:
|
|
|
58
59
|
response = self._boto_client.invoke(
|
|
59
60
|
FunctionName=function_name,
|
|
60
61
|
InvocationType="RequestResponse",
|
|
61
|
-
Payload=json.dumps(payload),
|
|
62
|
+
Payload=json.dumps(payload, cls=MongoJSONEncoder),
|
|
62
63
|
)
|
|
63
64
|
except Exception as exc:
|
|
64
65
|
logger.error("Failed to invoke lambda %s: %s", function_name, exc)
|
|
@@ -86,7 +87,7 @@ class LambdaInvoker:
|
|
|
86
87
|
self._boto_client.invoke(
|
|
87
88
|
FunctionName=function_name,
|
|
88
89
|
InvocationType="Event",
|
|
89
|
-
Payload=json.dumps(payload),
|
|
90
|
+
Payload=json.dumps(payload, cls=MongoJSONEncoder),
|
|
90
91
|
)
|
|
91
92
|
logger.info("Async invocation dispatched to %s", function_name)
|
|
92
93
|
except Exception as exc:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/auth_middleware.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/api/auth_validators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/context/state_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/database_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/database/mongo_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/api_client.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/invoker/exceptions.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/__init__.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/base.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/fetcher.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/lambda_standalone/handler.py
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/model_query/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/repository/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper/utils/json_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/requires.txt
RENAMED
|
File without changes
|
{aws_python_helper-0.38.0 → aws_python_helper-1.0.0}/aws_python_helper.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|