aws-solutions-constructs.aws-lambda-sqs-lambda 2.96.0__tar.gz → 2.98.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_solutions_constructs_aws_lambda_sqs_lambda-2.96.0/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs/aws_lambda_sqs_lambda/__init__.py +16 -9
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0/src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/aws-lambda-sqs-lambda@2.98.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/requires.txt +8 -0
- aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0/src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/aws-lambda-sqs-lambda@2.96.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/README.md +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs/aws_lambda_sqs_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_sqs_lambda-2.96.0 → aws_solutions_constructs_aws_lambda_sqs_lambda-2.98.0}/src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-sqs-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.98.0
|
|
4
4
|
Summary: CDK construct that provisions (1) an AWS Lambda function that is configured to send messages to a queue; (2) an Amazon SQS queue; and (3) an AWS Lambda function configured to consume messages from the queue.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,10 +18,10 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-sqs==2.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-sqs-lambda==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-sqs==2.98.0
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-sqs-lambda==2.98.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.98.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-sqs-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.98.0",
|
|
9
9
|
"description": "CDK construct that provisions (1) an AWS Lambda function that is configured to send messages to a queue; (2) an Amazon SQS queue; and (3) an AWS Lambda function configured to consume messages from the queue.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.aws_lambda_sqs_lambda._jsii": [
|
|
29
|
-
"aws-lambda-sqs-lambda@2.
|
|
29
|
+
"aws-lambda-sqs-lambda@2.98.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_sqs_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,10 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.aws-lambda-sqs==2.
|
|
39
|
-
"aws-solutions-constructs.aws-sqs-lambda==2.
|
|
40
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.234.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.aws-lambda-sqs==2.98.0",
|
|
39
|
+
"aws-solutions-constructs.aws-sqs-lambda==2.98.0",
|
|
40
|
+
"aws-solutions-constructs.core==2.98.0",
|
|
41
41
|
"constructs>=10.0.0, <11.0.0",
|
|
42
42
|
"jsii>=1.119.0, <2.0.0",
|
|
43
43
|
"publication>=0.0.3",
|
|
@@ -72,7 +72,7 @@ class LambdaToSqsToLambda(
|
|
|
72
72
|
'''
|
|
73
73
|
:param scope: - represents the scope for all the resources.
|
|
74
74
|
:param id: - this is a a scope-unique id.
|
|
75
|
-
:param consumer_lambda_function_props: Optional user
|
|
75
|
+
:param consumer_lambda_function_props: Optional - user provided props to override the default props for the consumer Lambda function. Providing both this and ``existingConsumerLambdaObj`` causes an error. Default: - Default properties are used.
|
|
76
76
|
:param dead_letter_queue_props: Optional user-provided props to override the default props for the dead letter queue. Only used if the ``deployDeadLetterQueue`` property is set to true. Default: - Default props are used.
|
|
77
77
|
:param deploy_dead_letter_queue: Whether to create a secondary queue to be used as a dead letter queue. Defaults to ``true``. Default: - true.
|
|
78
78
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -81,9 +81,9 @@ class LambdaToSqsToLambda(
|
|
|
81
81
|
:param existing_queue_obj: An optional, existing SQS queue to be used instead of the default queue. Providing both this and ``queueProps`` will cause an error. Default: - None.
|
|
82
82
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
83
83
|
:param max_receive_count: The number of times a message can be unsuccessfully dequeued before being moved to the dead letter queue. Defaults to ``15``. Default: - 15.
|
|
84
|
-
:param producer_lambda_function_props: Optional user
|
|
84
|
+
:param producer_lambda_function_props: Optional - user provided props to override the default props for the producer Lambda function. Providing both this and ``existingProducerLambdaObj`` causes an error. Default: - Default properties are used.
|
|
85
85
|
:param queue_environment_variable_name: Optional Name for the Lambda function environment variable set to the URL of the queue. Default: - SQS_QUEUE_URL
|
|
86
|
-
:param queue_props: Optional user
|
|
86
|
+
:param queue_props: Optional - user provided properties to override the default properties for the SQS queue. Providing both this and ``existingQueueObj`` will cause an error. Default: - Default props are used.
|
|
87
87
|
:param sqs_event_source_props: Optional user provided properties for the queue event source. Default: - Default props are used
|
|
88
88
|
:param vpc_props: Properties to override default properties if deployVpc is true.
|
|
89
89
|
|
|
@@ -181,7 +181,7 @@ class LambdaToSqsToLambdaProps:
|
|
|
181
181
|
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
182
182
|
) -> None:
|
|
183
183
|
'''
|
|
184
|
-
:param consumer_lambda_function_props: Optional user
|
|
184
|
+
:param consumer_lambda_function_props: Optional - user provided props to override the default props for the consumer Lambda function. Providing both this and ``existingConsumerLambdaObj`` causes an error. Default: - Default properties are used.
|
|
185
185
|
:param dead_letter_queue_props: Optional user-provided props to override the default props for the dead letter queue. Only used if the ``deployDeadLetterQueue`` property is set to true. Default: - Default props are used.
|
|
186
186
|
:param deploy_dead_letter_queue: Whether to create a secondary queue to be used as a dead letter queue. Defaults to ``true``. Default: - true.
|
|
187
187
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -190,9 +190,9 @@ class LambdaToSqsToLambdaProps:
|
|
|
190
190
|
:param existing_queue_obj: An optional, existing SQS queue to be used instead of the default queue. Providing both this and ``queueProps`` will cause an error. Default: - None.
|
|
191
191
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
192
192
|
:param max_receive_count: The number of times a message can be unsuccessfully dequeued before being moved to the dead letter queue. Defaults to ``15``. Default: - 15.
|
|
193
|
-
:param producer_lambda_function_props: Optional user
|
|
193
|
+
:param producer_lambda_function_props: Optional - user provided props to override the default props for the producer Lambda function. Providing both this and ``existingProducerLambdaObj`` causes an error. Default: - Default properties are used.
|
|
194
194
|
:param queue_environment_variable_name: Optional Name for the Lambda function environment variable set to the URL of the queue. Default: - SQS_QUEUE_URL
|
|
195
|
-
:param queue_props: Optional user
|
|
195
|
+
:param queue_props: Optional - user provided properties to override the default properties for the SQS queue. Providing both this and ``existingQueueObj`` will cause an error. Default: - Default props are used.
|
|
196
196
|
:param sqs_event_source_props: Optional user provided properties for the queue event source. Default: - Default props are used
|
|
197
197
|
:param vpc_props: Properties to override default properties if deployVpc is true.
|
|
198
198
|
|
|
@@ -260,7 +260,9 @@ class LambdaToSqsToLambdaProps:
|
|
|
260
260
|
def consumer_lambda_function_props(
|
|
261
261
|
self,
|
|
262
262
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
263
|
-
'''Optional user
|
|
263
|
+
'''Optional - user provided props to override the default props for the consumer Lambda function.
|
|
264
|
+
|
|
265
|
+
Providing both this and ``existingConsumerLambdaObj`` causes an error.
|
|
264
266
|
|
|
265
267
|
:default: - Default properties are used.
|
|
266
268
|
'''
|
|
@@ -363,7 +365,10 @@ class LambdaToSqsToLambdaProps:
|
|
|
363
365
|
def producer_lambda_function_props(
|
|
364
366
|
self,
|
|
365
367
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
366
|
-
'''Optional user
|
|
368
|
+
'''Optional - user provided props to override the default props for the producer Lambda function.
|
|
369
|
+
|
|
370
|
+
Providing
|
|
371
|
+
both this and ``existingProducerLambdaObj`` causes an error.
|
|
367
372
|
|
|
368
373
|
:default: - Default properties are used.
|
|
369
374
|
'''
|
|
@@ -381,7 +386,9 @@ class LambdaToSqsToLambdaProps:
|
|
|
381
386
|
|
|
382
387
|
@builtins.property
|
|
383
388
|
def queue_props(self) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps]:
|
|
384
|
-
'''Optional user
|
|
389
|
+
'''Optional - user provided properties to override the default properties for the SQS queue.
|
|
390
|
+
|
|
391
|
+
Providing both this and ``existingQueueObj`` will cause an error.
|
|
385
392
|
|
|
386
393
|
:default: - Default props are used.
|
|
387
394
|
'''
|
|
@@ -36,9 +36,9 @@ import constructs._jsii
|
|
|
36
36
|
|
|
37
37
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
38
38
|
"@aws-solutions-constructs/aws-lambda-sqs-lambda",
|
|
39
|
-
"2.
|
|
39
|
+
"2.98.0",
|
|
40
40
|
__name__[0:-6],
|
|
41
|
-
"aws-lambda-sqs-lambda@2.
|
|
41
|
+
"aws-lambda-sqs-lambda@2.98.0.jsii.tgz",
|
|
42
42
|
)
|
|
43
43
|
|
|
44
44
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-sqs-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.98.0
|
|
4
4
|
Summary: CDK construct that provisions (1) an AWS Lambda function that is configured to send messages to a queue; (2) an Amazon SQS queue; and (3) an AWS Lambda function configured to consume messages from the queue.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,10 +18,10 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-sqs==2.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-sqs-lambda==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-sqs==2.98.0
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-sqs-lambda==2.98.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.98.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_sqs_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_sqs_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_sqs_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/aws-lambda-sqs-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_sqs_lambda/_jsii/aws-lambda-sqs-lambda@2.98.0.jsii.tgz
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aws-cdk-lib<3.0.0,>=2.234.0
|
|
2
|
+
aws-solutions-constructs.aws-lambda-sqs==2.98.0
|
|
3
|
+
aws-solutions-constructs.aws-sqs-lambda==2.98.0
|
|
4
|
+
aws-solutions-constructs.core==2.98.0
|
|
5
|
+
constructs<11.0.0,>=10.0.0
|
|
6
|
+
jsii<2.0.0,>=1.119.0
|
|
7
|
+
publication>=0.0.3
|
|
8
|
+
typeguard<4.3.0,>=2.13.3
|
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aws-cdk-lib<3.0.0,>=2.223.0
|
|
2
|
-
aws-solutions-constructs.aws-lambda-sqs==2.96.0
|
|
3
|
-
aws-solutions-constructs.aws-sqs-lambda==2.96.0
|
|
4
|
-
aws-solutions-constructs.core==2.96.0
|
|
5
|
-
constructs<11.0.0,>=10.0.0
|
|
6
|
-
jsii<2.0.0,>=1.119.0
|
|
7
|
-
publication>=0.0.3
|
|
8
|
-
typeguard<4.3.0,>=2.13.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|