aws-solutions-constructs.aws-apigateway-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_apigateway_lambda-2.99.0/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs/aws_apigateway_lambda/__init__.py +21 -21
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_apigateway_lambda-2.100.0/src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/aws-apigateway-lambda@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_apigateway_lambda-2.100.0/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_apigateway_lambda-2.99.0/src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/aws-apigateway-lambda@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_apigateway_lambda-2.99.0/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs/aws_apigateway_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs.aws_apigateway_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_apigateway_lambda-2.99.0 → aws_solutions_constructs_aws_apigateway_lambda-2.100.0}/src/aws_solutions_constructs.aws_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-apigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an API Gateway and a 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-apigateway-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-apigateway-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an API Gateway and a 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_apigateway_lambda._jsii": [
|
|
29
|
-
"aws-apigateway-lambda@2.
|
|
29
|
+
"aws-apigateway-lambda@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_apigateway_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,14 +51,14 @@ class ApiGatewayToLambda(
|
|
|
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
57
|
api_gateway_props: typing.Any = None,
|
|
58
58
|
create_usage_plan: typing.Optional[builtins.bool] = None,
|
|
59
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
60
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
61
|
-
log_group_props: typing.Optional[typing.Union[_aws_cdk_aws_logs_ceddda9d.LogGroupProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
59
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
60
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
61
|
+
log_group_props: typing.Optional[typing.Union["_aws_cdk_aws_logs_ceddda9d.LogGroupProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
62
62
|
) -> None:
|
|
63
63
|
'''
|
|
64
64
|
:param scope: - represents the scope for all the resources.
|
|
@@ -89,25 +89,25 @@ class ApiGatewayToLambda(
|
|
|
89
89
|
|
|
90
90
|
@builtins.property
|
|
91
91
|
@jsii.member(jsii_name="apiGateway")
|
|
92
|
-
def api_gateway(self) -> _aws_cdk_aws_apigateway_ceddda9d.RestApi:
|
|
93
|
-
return typing.cast(_aws_cdk_aws_apigateway_ceddda9d.RestApi, jsii.get(self, "apiGateway"))
|
|
92
|
+
def api_gateway(self) -> "_aws_cdk_aws_apigateway_ceddda9d.RestApi":
|
|
93
|
+
return typing.cast("_aws_cdk_aws_apigateway_ceddda9d.RestApi", jsii.get(self, "apiGateway"))
|
|
94
94
|
|
|
95
95
|
@builtins.property
|
|
96
96
|
@jsii.member(jsii_name="apiGatewayLogGroup")
|
|
97
|
-
def api_gateway_log_group(self) -> _aws_cdk_aws_logs_ceddda9d.LogGroup:
|
|
98
|
-
return typing.cast(_aws_cdk_aws_logs_ceddda9d.LogGroup, jsii.get(self, "apiGatewayLogGroup"))
|
|
97
|
+
def api_gateway_log_group(self) -> "_aws_cdk_aws_logs_ceddda9d.LogGroup":
|
|
98
|
+
return typing.cast("_aws_cdk_aws_logs_ceddda9d.LogGroup", jsii.get(self, "apiGatewayLogGroup"))
|
|
99
99
|
|
|
100
100
|
@builtins.property
|
|
101
101
|
@jsii.member(jsii_name="lambdaFunction")
|
|
102
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
103
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
102
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
103
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
104
104
|
|
|
105
105
|
@builtins.property
|
|
106
106
|
@jsii.member(jsii_name="apiGatewayCloudWatchRole")
|
|
107
107
|
def api_gateway_cloud_watch_role(
|
|
108
108
|
self,
|
|
109
|
-
) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role]:
|
|
110
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role], jsii.get(self, "apiGatewayCloudWatchRole"))
|
|
109
|
+
) -> typing.Optional["_aws_cdk_aws_iam_ceddda9d.Role"]:
|
|
110
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_iam_ceddda9d.Role"], jsii.get(self, "apiGatewayCloudWatchRole"))
|
|
111
111
|
|
|
112
112
|
|
|
113
113
|
@jsii.data_type(
|
|
@@ -127,9 +127,9 @@ class ApiGatewayToLambdaProps:
|
|
|
127
127
|
*,
|
|
128
128
|
api_gateway_props: typing.Any = None,
|
|
129
129
|
create_usage_plan: typing.Optional[builtins.bool] = None,
|
|
130
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
131
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
132
|
-
log_group_props: typing.Optional[typing.Union[_aws_cdk_aws_logs_ceddda9d.LogGroupProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
130
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
131
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
132
|
+
log_group_props: typing.Optional[typing.Union["_aws_cdk_aws_logs_ceddda9d.LogGroupProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
133
133
|
) -> None:
|
|
134
134
|
'''The properties for the ApiGatewayToLambda class.
|
|
135
135
|
|
|
@@ -186,18 +186,18 @@ class ApiGatewayToLambdaProps:
|
|
|
186
186
|
@builtins.property
|
|
187
187
|
def existing_lambda_obj(
|
|
188
188
|
self,
|
|
189
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
189
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
190
190
|
'''Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
191
191
|
|
|
192
192
|
:default: - None
|
|
193
193
|
'''
|
|
194
194
|
result = self._values.get("existing_lambda_obj")
|
|
195
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
195
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
196
196
|
|
|
197
197
|
@builtins.property
|
|
198
198
|
def lambda_function_props(
|
|
199
199
|
self,
|
|
200
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
200
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
201
201
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
202
202
|
|
|
203
203
|
Providing both this and ``existingLambdaObj``
|
|
@@ -206,18 +206,18 @@ class ApiGatewayToLambdaProps:
|
|
|
206
206
|
:default: - Default props are used.
|
|
207
207
|
'''
|
|
208
208
|
result = self._values.get("lambda_function_props")
|
|
209
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
209
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
210
210
|
|
|
211
211
|
@builtins.property
|
|
212
212
|
def log_group_props(
|
|
213
213
|
self,
|
|
214
|
-
) -> typing.Optional[_aws_cdk_aws_logs_ceddda9d.LogGroupProps]:
|
|
214
|
+
) -> typing.Optional["_aws_cdk_aws_logs_ceddda9d.LogGroupProps"]:
|
|
215
215
|
'''User provided props to override the default props for the CloudWatchLogs LogGroup.
|
|
216
216
|
|
|
217
217
|
:default: - Default props are used
|
|
218
218
|
'''
|
|
219
219
|
result = self._values.get("log_group_props")
|
|
220
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_logs_ceddda9d.LogGroupProps], result)
|
|
220
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_logs_ceddda9d.LogGroupProps"], result)
|
|
221
221
|
|
|
222
222
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
223
223
|
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-apigateway-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-apigateway-lambda@2.
|
|
39
|
+
"aws-apigateway-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-apigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an API Gateway and a 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-apigateway-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_apigateway_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_apigateway_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_apigateway_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/aws-apigateway-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_apigateway_lambda/_jsii/aws-apigateway-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
|