aws-solutions-constructs.aws-cloudfront-apigateway-lambda 2.67.0__tar.gz → 2.68.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_cloudfront_apigateway_lambda-2.67.0/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/PKG-INFO +7 -7
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/setup.py +8 -8
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/__init__.py +16 -1
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/__init__.py +48 -0
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/aws-cloudfront-apigateway-lambda@2.68.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info}/PKG-INFO +7 -7
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info/requires.txt +8 -0
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/__init__.py +0 -33
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/aws-cloudfront-apigateway-lambda@2.67.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/README.md +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.67.0 → aws_solutions_constructs_aws_cloudfront_apigateway_lambda-2.68.0}/src/aws_solutions_constructs.aws_cloudfront_apigateway_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-cloudfront-apigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.68.0
|
|
4
4
|
Summary: CDK Constructs for AWS Cloudfront to AWS API Gateway to AWS Lambda integration.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,14 +19,14 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib
|
|
23
|
-
Requires-Dist: aws-cdk.integ-tests-alpha==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.aws-cloudfront-apigateway==2.
|
|
25
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.154.1
|
|
23
|
+
Requires-Dist: aws-cdk.integ-tests-alpha==2.154.1.a0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.aws-cloudfront-apigateway==2.68.0
|
|
25
|
+
Requires-Dist: aws-solutions-constructs.core==2.68.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
27
|
+
Requires-Dist: jsii<2.0.0,>=1.103.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
|
-
Requires-Dist: typeguard
|
|
29
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
|
30
30
|
|
|
31
31
|
# aws-cloudfront-apigateway-lambda module
|
|
32
32
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-cloudfront-apigateway-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.68.0",
|
|
9
9
|
"description": "CDK Constructs for AWS Cloudfront to AWS API Gateway 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_cloudfront_apigateway_lambda._jsii": [
|
|
29
|
-
"aws-cloudfront-apigateway-lambda@2.
|
|
29
|
+
"aws-cloudfront-apigateway-lambda@2.68.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_cloudfront_apigateway_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,14 +34,14 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib
|
|
38
|
-
"aws-cdk.integ-tests-alpha==2.
|
|
39
|
-
"aws-solutions-constructs.aws-cloudfront-apigateway==2.
|
|
40
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.154.1, <3.0.0",
|
|
38
|
+
"aws-cdk.integ-tests-alpha==2.154.1.a0",
|
|
39
|
+
"aws-solutions-constructs.aws-cloudfront-apigateway==2.68.0",
|
|
40
|
+
"aws-solutions-constructs.core==2.68.0",
|
|
41
41
|
"constructs>=10.0.0, <11.0.0",
|
|
42
|
-
"jsii>=1.
|
|
42
|
+
"jsii>=1.103.0, <2.0.0",
|
|
43
43
|
"publication>=0.0.3",
|
|
44
|
-
"typeguard
|
|
44
|
+
"typeguard>=2.13.3,<5.0.0"
|
|
45
45
|
],
|
|
46
46
|
"classifiers": [
|
|
47
47
|
"Intended Audience :: Developers",
|
|
@@ -181,7 +181,22 @@ import jsii
|
|
|
181
181
|
import publication
|
|
182
182
|
import typing_extensions
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
import typeguard
|
|
185
|
+
from importlib.metadata import version as _metadata_package_version
|
|
186
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
187
|
+
|
|
188
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
189
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
190
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
191
|
+
else:
|
|
192
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
193
|
+
pass
|
|
194
|
+
else:
|
|
195
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
196
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
197
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
198
|
+
else:
|
|
199
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
185
200
|
|
|
186
201
|
from ._jsii import *
|
|
187
202
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
import aws_cdk._jsii
|
|
32
|
+
import aws_cdk.integ_tests_alpha._jsii
|
|
33
|
+
import aws_solutions_constructs.aws_cloudfront_apigateway._jsii
|
|
34
|
+
import aws_solutions_constructs.core._jsii
|
|
35
|
+
import constructs._jsii
|
|
36
|
+
|
|
37
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
38
|
+
"@aws-solutions-constructs/aws-cloudfront-apigateway-lambda",
|
|
39
|
+
"2.68.0",
|
|
40
|
+
__name__[0:-6],
|
|
41
|
+
"aws-cloudfront-apigateway-lambda@2.68.0.jsii.tgz",
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
__all__ = [
|
|
45
|
+
"__jsii_assembly__",
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
publication.publish()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-cloudfront-apigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.68.0
|
|
4
4
|
Summary: CDK Constructs for AWS Cloudfront to AWS API Gateway to AWS Lambda integration.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,14 +19,14 @@ Classifier: License :: OSI Approved
|
|
|
19
19
|
Requires-Python: ~=3.8
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: aws-cdk-lib
|
|
23
|
-
Requires-Dist: aws-cdk.integ-tests-alpha==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.aws-cloudfront-apigateway==2.
|
|
25
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.154.1
|
|
23
|
+
Requires-Dist: aws-cdk.integ-tests-alpha==2.154.1.a0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.aws-cloudfront-apigateway==2.68.0
|
|
25
|
+
Requires-Dist: aws-solutions-constructs.core==2.68.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
27
|
+
Requires-Dist: jsii<2.0.0,>=1.103.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
|
-
Requires-Dist: typeguard
|
|
29
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
|
30
30
|
|
|
31
31
|
# aws-cloudfront-apigateway-lambda module
|
|
32
32
|
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_cloudfront_apigateway_lambda.egg-info/top_level
|
|
|
11
11
|
src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/aws-cloudfront-apigateway-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_cloudfront_apigateway_lambda/_jsii/aws-cloudfront-apigateway-lambda@2.68.0.jsii.tgz
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aws-cdk-lib<3.0.0,>=2.154.1
|
|
2
|
+
aws-cdk.integ-tests-alpha==2.154.1.a0
|
|
3
|
+
aws-solutions-constructs.aws-cloudfront-apigateway==2.68.0
|
|
4
|
+
aws-solutions-constructs.core==2.68.0
|
|
5
|
+
constructs<11.0.0,>=10.0.0
|
|
6
|
+
jsii<2.0.0,>=1.103.0
|
|
7
|
+
publication>=0.0.3
|
|
8
|
+
typeguard<5.0.0,>=2.13.3
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
from pkgutil import extend_path
|
|
2
|
-
__path__ = extend_path(__path__, __name__)
|
|
3
|
-
|
|
4
|
-
import abc
|
|
5
|
-
import builtins
|
|
6
|
-
import datetime
|
|
7
|
-
import enum
|
|
8
|
-
import typing
|
|
9
|
-
|
|
10
|
-
import jsii
|
|
11
|
-
import publication
|
|
12
|
-
import typing_extensions
|
|
13
|
-
|
|
14
|
-
from typeguard import check_type
|
|
15
|
-
|
|
16
|
-
import aws_cdk._jsii
|
|
17
|
-
import aws_cdk.integ_tests_alpha._jsii
|
|
18
|
-
import aws_solutions_constructs.aws_cloudfront_apigateway._jsii
|
|
19
|
-
import aws_solutions_constructs.core._jsii
|
|
20
|
-
import constructs._jsii
|
|
21
|
-
|
|
22
|
-
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
23
|
-
"@aws-solutions-constructs/aws-cloudfront-apigateway-lambda",
|
|
24
|
-
"2.67.0",
|
|
25
|
-
__name__[0:-6],
|
|
26
|
-
"aws-cloudfront-apigateway-lambda@2.67.0.jsii.tgz",
|
|
27
|
-
)
|
|
28
|
-
|
|
29
|
-
__all__ = [
|
|
30
|
-
"__jsii_assembly__",
|
|
31
|
-
]
|
|
32
|
-
|
|
33
|
-
publication.publish()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|