aws-solutions-constructs.aws-openapigateway-lambda 2.73.0__tar.gz → 2.75.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_openapigateway_lambda-2.73.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/PKG-INFO +11 -12
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/README.md +6 -6
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/setup.py +6 -7
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/__init__.py +6 -6
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/__init__.py +2 -3
- aws_solutions_constructs_aws_openapigateway_lambda-2.75.0/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.75.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info}/PKG-INFO +11 -12
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_openapigateway_lambda-2.75.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/requires.txt +7 -0
- aws_solutions_constructs_aws_openapigateway_lambda-2.73.0/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.73.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_openapigateway_lambda-2.73.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_openapigateway_lambda-2.73.0 → aws_solutions_constructs_aws_openapigateway_lambda-2.75.0}/src/aws_solutions_constructs.aws_openapigateway_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-openapigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.75.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an OpenAPI-defined API Gateway and one or more Lambda functions.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,12 +19,11 @@ 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<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.
|
|
25
|
-
Requires-Dist: aws-solutions-constructs.resources==2.73.0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.75.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.resources==2.75.0
|
|
26
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
28
27
|
Requires-Dist: publication>=0.0.3
|
|
29
28
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
30
29
|
|
|
@@ -77,7 +76,7 @@ new OpenApiGatewayToLambda(this, 'OpenApiGatewayToLambda', {
|
|
|
77
76
|
{
|
|
78
77
|
id: 'MessagesHandler',
|
|
79
78
|
lambdaFunctionProps: {
|
|
80
|
-
runtime: lambda.Runtime.
|
|
79
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
81
80
|
handler: 'index.handler',
|
|
82
81
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
83
82
|
}
|
|
@@ -105,7 +104,7 @@ class TestStack(Stack):
|
|
|
105
104
|
api_definition_asset = s3_assets.Asset(self, "ApiDefinitionAsset", path="./openapi/apiDefinition.yaml")
|
|
106
105
|
|
|
107
106
|
api_integration = ApiIntegration(id="MessagesHandler", lambda_function_props={
|
|
108
|
-
"runtime": lambda_.Runtime.
|
|
107
|
+
"runtime": lambda_.Runtime.NODEJS_20_X,
|
|
109
108
|
"handler": "index.handler",
|
|
110
109
|
"code": lambda_.Code.from_asset("./messages-lambda")
|
|
111
110
|
})
|
|
@@ -133,14 +132,14 @@ import software.amazon.awscdk.StackProps;
|
|
|
133
132
|
|
|
134
133
|
import java.util.Collections;
|
|
135
134
|
|
|
136
|
-
import static software.amazon.awscdk.services.lambda.Runtime.
|
|
135
|
+
import static software.amazon.awscdk.services.lambda.Runtime.NODEJS_20_X;
|
|
137
136
|
|
|
138
137
|
final Asset apiDefinitionAsset = new Asset(this, "ApiDefinition", AssetProps.builder().path("openapi/apiDefinition.yaml").build());
|
|
139
138
|
|
|
140
139
|
final ApiIntegration apiIntegration = ApiIntegration.builder()
|
|
141
140
|
.id("MessagesHandler")
|
|
142
141
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
143
|
-
.runtime(
|
|
142
|
+
.runtime(NODEJS_20_X)
|
|
144
143
|
.code(Code.fromAsset("messages-lambda"))
|
|
145
144
|
.handler("index.handler")
|
|
146
145
|
.build())
|
|
@@ -184,7 +183,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
184
183
|
{
|
|
185
184
|
id: 'MessagesHandler',
|
|
186
185
|
lambdaFunctionProps: {
|
|
187
|
-
runtime: lambda.Runtime.
|
|
186
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
188
187
|
handler: 'index.handler',
|
|
189
188
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
190
189
|
}
|
|
@@ -192,7 +191,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
192
191
|
{
|
|
193
192
|
id: 'PhotosHandler',
|
|
194
193
|
existingLambdaObj: new lambda.Function(this, 'PhotosLambda', {
|
|
195
|
-
runtime: lambda.Runtime.
|
|
194
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
196
195
|
handler: 'index.handler',
|
|
197
196
|
code: lambda.Code.fromAsset(`${__dirname}/photos-lambda`),
|
|
198
197
|
})
|
|
@@ -47,7 +47,7 @@ new OpenApiGatewayToLambda(this, 'OpenApiGatewayToLambda', {
|
|
|
47
47
|
{
|
|
48
48
|
id: 'MessagesHandler',
|
|
49
49
|
lambdaFunctionProps: {
|
|
50
|
-
runtime: lambda.Runtime.
|
|
50
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
51
51
|
handler: 'index.handler',
|
|
52
52
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
53
53
|
}
|
|
@@ -75,7 +75,7 @@ class TestStack(Stack):
|
|
|
75
75
|
api_definition_asset = s3_assets.Asset(self, "ApiDefinitionAsset", path="./openapi/apiDefinition.yaml")
|
|
76
76
|
|
|
77
77
|
api_integration = ApiIntegration(id="MessagesHandler", lambda_function_props={
|
|
78
|
-
"runtime": lambda_.Runtime.
|
|
78
|
+
"runtime": lambda_.Runtime.NODEJS_20_X,
|
|
79
79
|
"handler": "index.handler",
|
|
80
80
|
"code": lambda_.Code.from_asset("./messages-lambda")
|
|
81
81
|
})
|
|
@@ -103,14 +103,14 @@ import software.amazon.awscdk.StackProps;
|
|
|
103
103
|
|
|
104
104
|
import java.util.Collections;
|
|
105
105
|
|
|
106
|
-
import static software.amazon.awscdk.services.lambda.Runtime.
|
|
106
|
+
import static software.amazon.awscdk.services.lambda.Runtime.NODEJS_20_X;
|
|
107
107
|
|
|
108
108
|
final Asset apiDefinitionAsset = new Asset(this, "ApiDefinition", AssetProps.builder().path("openapi/apiDefinition.yaml").build());
|
|
109
109
|
|
|
110
110
|
final ApiIntegration apiIntegration = ApiIntegration.builder()
|
|
111
111
|
.id("MessagesHandler")
|
|
112
112
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
113
|
-
.runtime(
|
|
113
|
+
.runtime(NODEJS_20_X)
|
|
114
114
|
.code(Code.fromAsset("messages-lambda"))
|
|
115
115
|
.handler("index.handler")
|
|
116
116
|
.build())
|
|
@@ -154,7 +154,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
154
154
|
{
|
|
155
155
|
id: 'MessagesHandler',
|
|
156
156
|
lambdaFunctionProps: {
|
|
157
|
-
runtime: lambda.Runtime.
|
|
157
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
158
158
|
handler: 'index.handler',
|
|
159
159
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
160
160
|
}
|
|
@@ -162,7 +162,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
162
162
|
{
|
|
163
163
|
id: 'PhotosHandler',
|
|
164
164
|
existingLambdaObj: new lambda.Function(this, 'PhotosLambda', {
|
|
165
|
-
runtime: lambda.Runtime.
|
|
165
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
166
166
|
handler: 'index.handler',
|
|
167
167
|
code: lambda.Code.fromAsset(`${__dirname}/photos-lambda`),
|
|
168
168
|
})
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-openapigateway-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.75.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an OpenAPI-defined API Gateway and one or more Lambda functions.",
|
|
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_openapigateway_lambda._jsii": [
|
|
29
|
-
"aws-openapigateway-lambda@2.
|
|
29
|
+
"aws-openapigateway-lambda@2.75.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_openapigateway_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,11 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-
|
|
39
|
-
"aws-solutions-constructs.
|
|
40
|
-
"aws-solutions-constructs.resources==2.73.0",
|
|
37
|
+
"aws-cdk-lib>=2.163.1, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.75.0",
|
|
39
|
+
"aws-solutions-constructs.resources==2.75.0",
|
|
41
40
|
"constructs>=10.0.0, <11.0.0",
|
|
42
|
-
"jsii>=1.
|
|
41
|
+
"jsii>=1.106.0, <2.0.0",
|
|
43
42
|
"publication>=0.0.3",
|
|
44
43
|
"typeguard>=2.13.3,<4.3.0"
|
|
45
44
|
],
|
|
@@ -48,7 +48,7 @@ new OpenApiGatewayToLambda(this, 'OpenApiGatewayToLambda', {
|
|
|
48
48
|
{
|
|
49
49
|
id: 'MessagesHandler',
|
|
50
50
|
lambdaFunctionProps: {
|
|
51
|
-
runtime: lambda.Runtime.
|
|
51
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
52
52
|
handler: 'index.handler',
|
|
53
53
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
54
54
|
}
|
|
@@ -76,7 +76,7 @@ class TestStack(Stack):
|
|
|
76
76
|
api_definition_asset = s3_assets.Asset(self, "ApiDefinitionAsset", path="./openapi/apiDefinition.yaml")
|
|
77
77
|
|
|
78
78
|
api_integration = ApiIntegration(id="MessagesHandler", lambda_function_props={
|
|
79
|
-
"runtime": lambda_.Runtime.
|
|
79
|
+
"runtime": lambda_.Runtime.NODEJS_20_X,
|
|
80
80
|
"handler": "index.handler",
|
|
81
81
|
"code": lambda_.Code.from_asset("./messages-lambda")
|
|
82
82
|
})
|
|
@@ -104,14 +104,14 @@ import software.amazon.awscdk.StackProps;
|
|
|
104
104
|
|
|
105
105
|
import java.util.Collections;
|
|
106
106
|
|
|
107
|
-
import static software.amazon.awscdk.services.lambda.Runtime.
|
|
107
|
+
import static software.amazon.awscdk.services.lambda.Runtime.NODEJS_20_X;
|
|
108
108
|
|
|
109
109
|
final Asset apiDefinitionAsset = new Asset(this, "ApiDefinition", AssetProps.builder().path("openapi/apiDefinition.yaml").build());
|
|
110
110
|
|
|
111
111
|
final ApiIntegration apiIntegration = ApiIntegration.builder()
|
|
112
112
|
.id("MessagesHandler")
|
|
113
113
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
114
|
-
.runtime(
|
|
114
|
+
.runtime(NODEJS_20_X)
|
|
115
115
|
.code(Code.fromAsset("messages-lambda"))
|
|
116
116
|
.handler("index.handler")
|
|
117
117
|
.build())
|
|
@@ -155,7 +155,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
155
155
|
{
|
|
156
156
|
id: 'MessagesHandler',
|
|
157
157
|
lambdaFunctionProps: {
|
|
158
|
-
runtime: lambda.Runtime.
|
|
158
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
159
159
|
handler: 'index.handler',
|
|
160
160
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
161
161
|
}
|
|
@@ -163,7 +163,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
163
163
|
{
|
|
164
164
|
id: 'PhotosHandler',
|
|
165
165
|
existingLambdaObj: new lambda.Function(this, 'PhotosLambda', {
|
|
166
|
-
runtime: lambda.Runtime.
|
|
166
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
167
167
|
handler: 'index.handler',
|
|
168
168
|
code: lambda.Code.fromAsset(`${__dirname}/photos-lambda`),
|
|
169
169
|
})
|
|
@@ -29,16 +29,15 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
29
29
|
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
30
|
|
|
31
31
|
import aws_cdk._jsii
|
|
32
|
-
import aws_cdk.integ_tests_alpha._jsii
|
|
33
32
|
import aws_solutions_constructs.core._jsii
|
|
34
33
|
import aws_solutions_constructs.resources._jsii
|
|
35
34
|
import constructs._jsii
|
|
36
35
|
|
|
37
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
38
37
|
"@aws-solutions-constructs/aws-openapigateway-lambda",
|
|
39
|
-
"2.
|
|
38
|
+
"2.75.0",
|
|
40
39
|
__name__[0:-6],
|
|
41
|
-
"aws-openapigateway-lambda@2.
|
|
40
|
+
"aws-openapigateway-lambda@2.75.0.jsii.tgz",
|
|
42
41
|
)
|
|
43
42
|
|
|
44
43
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-openapigateway-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.75.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an OpenAPI-defined API Gateway and one or more Lambda functions.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -19,12 +19,11 @@ 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<3.0.0,>=2.
|
|
23
|
-
Requires-Dist: aws-
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.
|
|
25
|
-
Requires-Dist: aws-solutions-constructs.resources==2.73.0
|
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.75.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.resources==2.75.0
|
|
26
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
26
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
|
28
27
|
Requires-Dist: publication>=0.0.3
|
|
29
28
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
30
29
|
|
|
@@ -77,7 +76,7 @@ new OpenApiGatewayToLambda(this, 'OpenApiGatewayToLambda', {
|
|
|
77
76
|
{
|
|
78
77
|
id: 'MessagesHandler',
|
|
79
78
|
lambdaFunctionProps: {
|
|
80
|
-
runtime: lambda.Runtime.
|
|
79
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
81
80
|
handler: 'index.handler',
|
|
82
81
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
83
82
|
}
|
|
@@ -105,7 +104,7 @@ class TestStack(Stack):
|
|
|
105
104
|
api_definition_asset = s3_assets.Asset(self, "ApiDefinitionAsset", path="./openapi/apiDefinition.yaml")
|
|
106
105
|
|
|
107
106
|
api_integration = ApiIntegration(id="MessagesHandler", lambda_function_props={
|
|
108
|
-
"runtime": lambda_.Runtime.
|
|
107
|
+
"runtime": lambda_.Runtime.NODEJS_20_X,
|
|
109
108
|
"handler": "index.handler",
|
|
110
109
|
"code": lambda_.Code.from_asset("./messages-lambda")
|
|
111
110
|
})
|
|
@@ -133,14 +132,14 @@ import software.amazon.awscdk.StackProps;
|
|
|
133
132
|
|
|
134
133
|
import java.util.Collections;
|
|
135
134
|
|
|
136
|
-
import static software.amazon.awscdk.services.lambda.Runtime.
|
|
135
|
+
import static software.amazon.awscdk.services.lambda.Runtime.NODEJS_20_X;
|
|
137
136
|
|
|
138
137
|
final Asset apiDefinitionAsset = new Asset(this, "ApiDefinition", AssetProps.builder().path("openapi/apiDefinition.yaml").build());
|
|
139
138
|
|
|
140
139
|
final ApiIntegration apiIntegration = ApiIntegration.builder()
|
|
141
140
|
.id("MessagesHandler")
|
|
142
141
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
|
143
|
-
.runtime(
|
|
142
|
+
.runtime(NODEJS_20_X)
|
|
144
143
|
.code(Code.fromAsset("messages-lambda"))
|
|
145
144
|
.handler("index.handler")
|
|
146
145
|
.build())
|
|
@@ -184,7 +183,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
184
183
|
{
|
|
185
184
|
id: 'MessagesHandler',
|
|
186
185
|
lambdaFunctionProps: {
|
|
187
|
-
runtime: lambda.Runtime.
|
|
186
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
188
187
|
handler: 'index.handler',
|
|
189
188
|
code: lambda.Code.fromAsset(`${__dirname}/messages-lambda`),
|
|
190
189
|
}
|
|
@@ -192,7 +191,7 @@ const apiIntegrations: ApiIntegration[] = [
|
|
|
192
191
|
{
|
|
193
192
|
id: 'PhotosHandler',
|
|
194
193
|
existingLambdaObj: new lambda.Function(this, 'PhotosLambda', {
|
|
195
|
-
runtime: lambda.Runtime.
|
|
194
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
|
196
195
|
handler: 'index.handler',
|
|
197
196
|
code: lambda.Code.fromAsset(`${__dirname}/photos-lambda`),
|
|
198
197
|
})
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_openapigateway_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_openapigateway_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.75.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|