aws-solutions-constructs.aws-s3-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_s3_lambda-2.99.0/src/aws_solutions_constructs.aws_s3_lambda.egg-info → aws_solutions_constructs_aws_s3_lambda-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs/aws_s3_lambda/__init__.py +33 -33
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs/aws_s3_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_s3_lambda-2.100.0/src/aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0/src/aws_solutions_constructs.aws_s3_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs.aws_s3_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_s3_lambda-2.100.0/src/aws_solutions_constructs.aws_s3_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_s3_lambda-2.99.0/src/aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_s3_lambda-2.99.0/src/aws_solutions_constructs.aws_s3_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs/aws_s3_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs.aws_s3_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_s3_lambda-2.99.0 → aws_solutions_constructs_aws_s3_lambda-2.100.0}/src/aws_solutions_constructs.aws_s3_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-s3-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK Constructs for AWS S3 to AWS Lambda integration
|
|
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-s3-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-s3-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK Constructs for AWS S3 to AWS Lambda integration",
|
|
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_s3_lambda._jsii": [
|
|
29
|
-
"aws-s3-lambda@2.
|
|
29
|
+
"aws-s3-lambda@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_s3_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",
|
|
@@ -46,16 +46,16 @@ class S3ToLambda(
|
|
|
46
46
|
):
|
|
47
47
|
def __init__(
|
|
48
48
|
self,
|
|
49
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
49
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
50
50
|
id: builtins.str,
|
|
51
51
|
*,
|
|
52
|
-
bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
53
|
-
existing_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
54
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
55
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
56
|
-
logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
52
|
+
bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
53
|
+
existing_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"] = None,
|
|
54
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
55
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
56
|
+
logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
57
57
|
log_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
58
|
-
s3_event_source_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
58
|
+
s3_event_source_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
59
|
) -> None:
|
|
60
60
|
'''
|
|
61
61
|
:param scope: - represents the scope for all the resources.
|
|
@@ -90,23 +90,23 @@ class S3ToLambda(
|
|
|
90
90
|
|
|
91
91
|
@builtins.property
|
|
92
92
|
@jsii.member(jsii_name="lambdaFunction")
|
|
93
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
94
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
93
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
94
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
95
95
|
|
|
96
96
|
@builtins.property
|
|
97
97
|
@jsii.member(jsii_name="s3BucketInterface")
|
|
98
|
-
def s3_bucket_interface(self) -> _aws_cdk_aws_s3_ceddda9d.IBucket:
|
|
99
|
-
return typing.cast(_aws_cdk_aws_s3_ceddda9d.IBucket, jsii.get(self, "s3BucketInterface"))
|
|
98
|
+
def s3_bucket_interface(self) -> "_aws_cdk_aws_s3_ceddda9d.IBucket":
|
|
99
|
+
return typing.cast("_aws_cdk_aws_s3_ceddda9d.IBucket", jsii.get(self, "s3BucketInterface"))
|
|
100
100
|
|
|
101
101
|
@builtins.property
|
|
102
102
|
@jsii.member(jsii_name="s3Bucket")
|
|
103
|
-
def s3_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
104
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], jsii.get(self, "s3Bucket"))
|
|
103
|
+
def s3_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
104
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "s3Bucket"))
|
|
105
105
|
|
|
106
106
|
@builtins.property
|
|
107
107
|
@jsii.member(jsii_name="s3LoggingBucket")
|
|
108
|
-
def s3_logging_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
109
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], jsii.get(self, "s3LoggingBucket"))
|
|
108
|
+
def s3_logging_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
109
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "s3LoggingBucket"))
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
@jsii.data_type(
|
|
@@ -126,13 +126,13 @@ class S3ToLambdaProps:
|
|
|
126
126
|
def __init__(
|
|
127
127
|
self,
|
|
128
128
|
*,
|
|
129
|
-
bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
130
|
-
existing_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
131
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
132
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
133
|
-
logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
129
|
+
bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
130
|
+
existing_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"] = None,
|
|
131
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
132
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
133
|
+
logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
134
134
|
log_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
135
|
-
s3_event_source_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
135
|
+
s3_event_source_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
136
136
|
) -> None:
|
|
137
137
|
'''
|
|
138
138
|
:param bucket_props: Optional user provided props to override the default props for the S3 Bucket. Default: - Default props are used
|
|
@@ -179,38 +179,38 @@ class S3ToLambdaProps:
|
|
|
179
179
|
self._values["s3_event_source_props"] = s3_event_source_props
|
|
180
180
|
|
|
181
181
|
@builtins.property
|
|
182
|
-
def bucket_props(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
182
|
+
def bucket_props(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
183
183
|
'''Optional user provided props to override the default props for the S3 Bucket.
|
|
184
184
|
|
|
185
185
|
:default: - Default props are used
|
|
186
186
|
'''
|
|
187
187
|
result = self._values.get("bucket_props")
|
|
188
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
188
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
189
189
|
|
|
190
190
|
@builtins.property
|
|
191
|
-
def existing_bucket_obj(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
191
|
+
def existing_bucket_obj(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
192
192
|
'''Existing instance of S3 Bucket object, providing both this and ``bucketProps`` will cause an error.
|
|
193
193
|
|
|
194
194
|
:default: - None
|
|
195
195
|
'''
|
|
196
196
|
result = self._values.get("existing_bucket_obj")
|
|
197
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], result)
|
|
197
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], result)
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
def existing_lambda_obj(
|
|
201
201
|
self,
|
|
202
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
202
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
203
203
|
'''Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
204
204
|
|
|
205
205
|
:default: - None
|
|
206
206
|
'''
|
|
207
207
|
result = self._values.get("existing_lambda_obj")
|
|
208
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
208
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
209
209
|
|
|
210
210
|
@builtins.property
|
|
211
211
|
def lambda_function_props(
|
|
212
212
|
self,
|
|
213
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
213
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
214
214
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
215
215
|
|
|
216
216
|
Providing both this and ``existingLambdaObj``
|
|
@@ -219,18 +219,18 @@ class S3ToLambdaProps:
|
|
|
219
219
|
:default: - Default props are used
|
|
220
220
|
'''
|
|
221
221
|
result = self._values.get("lambda_function_props")
|
|
222
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
222
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
223
223
|
|
|
224
224
|
@builtins.property
|
|
225
225
|
def logging_bucket_props(
|
|
226
226
|
self,
|
|
227
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
227
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
228
228
|
'''Optional user provided props to override the default props for the S3 Logging Bucket.
|
|
229
229
|
|
|
230
230
|
:default: - Default props are used
|
|
231
231
|
'''
|
|
232
232
|
result = self._values.get("logging_bucket_props")
|
|
233
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
233
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
234
234
|
|
|
235
235
|
@builtins.property
|
|
236
236
|
def log_s3_access_logs(self) -> typing.Optional[builtins.bool]:
|
|
@@ -246,13 +246,13 @@ class S3ToLambdaProps:
|
|
|
246
246
|
@builtins.property
|
|
247
247
|
def s3_event_source_props(
|
|
248
248
|
self,
|
|
249
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps]:
|
|
249
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps"]:
|
|
250
250
|
'''Optional user provided props to override the default props.
|
|
251
251
|
|
|
252
252
|
:default: - Default props are used
|
|
253
253
|
'''
|
|
254
254
|
result = self._values.get("s3_event_source_props")
|
|
255
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps], result)
|
|
255
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_event_sources_ceddda9d.S3EventSourceProps"], result)
|
|
256
256
|
|
|
257
257
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
258
258
|
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-s3-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-s3-lambda@2.
|
|
39
|
+
"aws-s3-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-s3-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK Constructs for AWS S3 to AWS Lambda integration
|
|
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-s3-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_s3_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_s3_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_s3_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_s3_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_s3_lambda/_jsii/aws-s3-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
|