aws-solutions-constructs.aws-sqs-lambda 2.99.0__tar.gz → 2.100.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_sqs_lambda-2.99.0/src/aws_solutions_constructs.aws_sqs_lambda.egg-info → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs/aws_sqs_lambda/__init__.py +39 -39
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs/aws_sqs_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_sqs_lambda-2.100.0/src/aws_solutions_constructs/aws_sqs_lambda/_jsii/aws-sqs-lambda@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0/src/aws_solutions_constructs.aws_sqs_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs.aws_sqs_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_sqs_lambda-2.100.0/src/aws_solutions_constructs.aws_sqs_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_sqs_lambda-2.99.0/src/aws_solutions_constructs/aws_sqs_lambda/_jsii/aws-sqs-lambda@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_sqs_lambda-2.99.0/src/aws_solutions_constructs.aws_sqs_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs/aws_sqs_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs.aws_sqs_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_sqs_lambda-2.99.0 → aws_solutions_constructs_aws_sqs_lambda-2.100.0}/src/aws_solutions_constructs.aws_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-sqs-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an Amazon SQS queue and an AWS Lambda function.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-sqs-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-sqs-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an Amazon SQS queue and an AWS Lambda function.",
|
|
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_sqs_lambda._jsii": [
|
|
29
|
-
"aws-sqs-lambda@2.
|
|
29
|
+
"aws-sqs-lambda@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_sqs_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.239.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.100.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.126.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
|
-
"typeguard
|
|
42
|
+
"typeguard==2.13.3"
|
|
43
43
|
],
|
|
44
44
|
"classifiers": [
|
|
45
45
|
"Intended Audience :: Developers",
|
|
@@ -51,20 +51,20 @@ class SqsToLambda(
|
|
|
51
51
|
|
|
52
52
|
def __init__(
|
|
53
53
|
self,
|
|
54
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
54
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
55
55
|
id: builtins.str,
|
|
56
56
|
*,
|
|
57
|
-
dead_letter_queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
57
|
+
dead_letter_queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
58
58
|
deploy_dead_letter_queue: typing.Optional[builtins.bool] = None,
|
|
59
59
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
60
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
61
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
63
|
-
existing_queue_obj: typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue] = None,
|
|
64
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
60
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
61
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
63
|
+
existing_queue_obj: typing.Optional["_aws_cdk_aws_sqs_ceddda9d.Queue"] = None,
|
|
64
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
65
65
|
max_receive_count: typing.Optional[jsii.Number] = None,
|
|
66
|
-
queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
67
|
-
sqs_event_source_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
66
|
+
queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
67
|
+
sqs_event_source_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
68
68
|
) -> None:
|
|
69
69
|
'''
|
|
70
70
|
:param scope: - represents the scope for all the resources.
|
|
@@ -107,20 +107,20 @@ class SqsToLambda(
|
|
|
107
107
|
|
|
108
108
|
@builtins.property
|
|
109
109
|
@jsii.member(jsii_name="lambdaFunction")
|
|
110
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
111
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
110
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
111
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
112
112
|
|
|
113
113
|
@builtins.property
|
|
114
114
|
@jsii.member(jsii_name="sqsQueue")
|
|
115
|
-
def sqs_queue(self) -> _aws_cdk_aws_sqs_ceddda9d.Queue:
|
|
116
|
-
return typing.cast(_aws_cdk_aws_sqs_ceddda9d.Queue, jsii.get(self, "sqsQueue"))
|
|
115
|
+
def sqs_queue(self) -> "_aws_cdk_aws_sqs_ceddda9d.Queue":
|
|
116
|
+
return typing.cast("_aws_cdk_aws_sqs_ceddda9d.Queue", jsii.get(self, "sqsQueue"))
|
|
117
117
|
|
|
118
118
|
@builtins.property
|
|
119
119
|
@jsii.member(jsii_name="deadLetterQueue")
|
|
120
120
|
def dead_letter_queue(
|
|
121
121
|
self,
|
|
122
|
-
) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.DeadLetterQueue]:
|
|
123
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.DeadLetterQueue], jsii.get(self, "deadLetterQueue"))
|
|
122
|
+
) -> typing.Optional["_aws_cdk_aws_sqs_ceddda9d.DeadLetterQueue"]:
|
|
123
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sqs_ceddda9d.DeadLetterQueue"], jsii.get(self, "deadLetterQueue"))
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
@jsii.data_type(
|
|
@@ -144,17 +144,17 @@ class SqsToLambdaProps:
|
|
|
144
144
|
def __init__(
|
|
145
145
|
self,
|
|
146
146
|
*,
|
|
147
|
-
dead_letter_queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
147
|
+
dead_letter_queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
148
148
|
deploy_dead_letter_queue: typing.Optional[builtins.bool] = None,
|
|
149
149
|
enable_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
150
|
-
encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
151
|
-
encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
152
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
153
|
-
existing_queue_obj: typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue] = None,
|
|
154
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
150
|
+
encryption_key: typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"] = None,
|
|
151
|
+
encryption_key_props: typing.Optional[typing.Union["_aws_cdk_aws_kms_ceddda9d.KeyProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
152
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
153
|
+
existing_queue_obj: typing.Optional["_aws_cdk_aws_sqs_ceddda9d.Queue"] = None,
|
|
154
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
155
155
|
max_receive_count: typing.Optional[jsii.Number] = None,
|
|
156
|
-
queue_props: typing.Optional[typing.Union[_aws_cdk_aws_sqs_ceddda9d.QueueProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
157
|
-
sqs_event_source_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
156
|
+
queue_props: typing.Optional[typing.Union["_aws_cdk_aws_sqs_ceddda9d.QueueProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
157
|
+
sqs_event_source_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
158
158
|
) -> None:
|
|
159
159
|
'''
|
|
160
160
|
:param dead_letter_queue_props: Optional user provided properties for the dead letter queue. Default: - Default props are used
|
|
@@ -221,13 +221,13 @@ class SqsToLambdaProps:
|
|
|
221
221
|
@builtins.property
|
|
222
222
|
def dead_letter_queue_props(
|
|
223
223
|
self,
|
|
224
|
-
) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps]:
|
|
224
|
+
) -> typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"]:
|
|
225
225
|
'''Optional user provided properties for the dead letter queue.
|
|
226
226
|
|
|
227
227
|
:default: - Default props are used
|
|
228
228
|
'''
|
|
229
229
|
result = self._values.get("dead_letter_queue_props")
|
|
230
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps], result)
|
|
230
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"], result)
|
|
231
231
|
|
|
232
232
|
@builtins.property
|
|
233
233
|
def deploy_dead_letter_queue(self) -> typing.Optional[builtins.bool]:
|
|
@@ -252,49 +252,49 @@ class SqsToLambdaProps:
|
|
|
252
252
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
253
253
|
|
|
254
254
|
@builtins.property
|
|
255
|
-
def encryption_key(self) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
255
|
+
def encryption_key(self) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"]:
|
|
256
256
|
'''An optional, imported encryption key to encrypt the SQS queue with.
|
|
257
257
|
|
|
258
258
|
:default: - None
|
|
259
259
|
'''
|
|
260
260
|
result = self._values.get("encryption_key")
|
|
261
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
261
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.Key"], result)
|
|
262
262
|
|
|
263
263
|
@builtins.property
|
|
264
264
|
def encryption_key_props(
|
|
265
265
|
self,
|
|
266
|
-
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps]:
|
|
266
|
+
) -> typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"]:
|
|
267
267
|
'''Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SQS queue with.
|
|
268
268
|
|
|
269
269
|
:default: - None
|
|
270
270
|
'''
|
|
271
271
|
result = self._values.get("encryption_key_props")
|
|
272
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps], result)
|
|
272
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_kms_ceddda9d.KeyProps"], result)
|
|
273
273
|
|
|
274
274
|
@builtins.property
|
|
275
275
|
def existing_lambda_obj(
|
|
276
276
|
self,
|
|
277
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
277
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
278
278
|
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
279
279
|
|
|
280
280
|
:default: - None
|
|
281
281
|
'''
|
|
282
282
|
result = self._values.get("existing_lambda_obj")
|
|
283
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
283
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
284
284
|
|
|
285
285
|
@builtins.property
|
|
286
|
-
def existing_queue_obj(self) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue]:
|
|
286
|
+
def existing_queue_obj(self) -> typing.Optional["_aws_cdk_aws_sqs_ceddda9d.Queue"]:
|
|
287
287
|
'''Existing instance of SQS queue object, Providing both this and queueProps will cause an error.
|
|
288
288
|
|
|
289
289
|
:default: - Default props are used
|
|
290
290
|
'''
|
|
291
291
|
result = self._values.get("existing_queue_obj")
|
|
292
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.Queue], result)
|
|
292
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sqs_ceddda9d.Queue"], result)
|
|
293
293
|
|
|
294
294
|
@builtins.property
|
|
295
295
|
def lambda_function_props(
|
|
296
296
|
self,
|
|
297
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
297
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
298
298
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
299
299
|
|
|
300
300
|
Providing both this and ``existingLambdaObj``
|
|
@@ -303,7 +303,7 @@ class SqsToLambdaProps:
|
|
|
303
303
|
:default: - Default properties are used.
|
|
304
304
|
'''
|
|
305
305
|
result = self._values.get("lambda_function_props")
|
|
306
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
306
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
307
307
|
|
|
308
308
|
@builtins.property
|
|
309
309
|
def max_receive_count(self) -> typing.Optional[jsii.Number]:
|
|
@@ -315,7 +315,7 @@ class SqsToLambdaProps:
|
|
|
315
315
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
316
316
|
|
|
317
317
|
@builtins.property
|
|
318
|
-
def queue_props(self) -> typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps]:
|
|
318
|
+
def queue_props(self) -> typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"]:
|
|
319
319
|
'''Optional - user provided properties to override the default properties for the SQS queue.
|
|
320
320
|
|
|
321
321
|
Providing both this and ``existingQueueObj`` will cause an error.
|
|
@@ -323,18 +323,18 @@ class SqsToLambdaProps:
|
|
|
323
323
|
:default: - Default props are used
|
|
324
324
|
'''
|
|
325
325
|
result = self._values.get("queue_props")
|
|
326
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_sqs_ceddda9d.QueueProps], result)
|
|
326
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_sqs_ceddda9d.QueueProps"], result)
|
|
327
327
|
|
|
328
328
|
@builtins.property
|
|
329
329
|
def sqs_event_source_props(
|
|
330
330
|
self,
|
|
331
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps]:
|
|
331
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps"]:
|
|
332
332
|
'''Optional user provided properties for the queue event source.
|
|
333
333
|
|
|
334
334
|
:default: - Default props are used
|
|
335
335
|
'''
|
|
336
336
|
result = self._values.get("sqs_event_source_props")
|
|
337
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps], result)
|
|
337
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_event_sources_ceddda9d.SqsEventSourceProps"], result)
|
|
338
338
|
|
|
339
339
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
340
340
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-sqs-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-sqs-lambda@2.
|
|
39
|
+
"aws-sqs-lambda@2.100.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-sqs-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an Amazon SQS queue and an AWS Lambda function.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-sqs-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_sqs_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_sqs_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_sqs_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_sqs_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_sqs_lambda/_jsii/aws-sqs-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_sqs_lambda/_jsii/aws-sqs-lambda@2.100.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|