aws-solutions-constructs.aws-openapigateway-lambda 2.60.0__tar.gz → 2.61.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.60.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/PKG-INFO +1 -1
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/setup.py +7 -7
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/__init__.py +5 -5
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/__init__.py +2 -2
- aws-solutions-constructs.aws-openapigateway-lambda-2.61.0/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.61.0.jsii.tgz +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info}/PKG-INFO +1 -1
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/SOURCES.txt +1 -1
- aws-solutions-constructs.aws-openapigateway-lambda-2.61.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/requires.txt +8 -0
- aws-solutions-constructs.aws-openapigateway-lambda-2.60.0/src/aws_solutions_constructs/aws_openapigateway_lambda/_jsii/aws-openapigateway-lambda@2.60.0.jsii.tgz +0 -0
- aws-solutions-constructs.aws-openapigateway-lambda-2.60.0/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/requires.txt +0 -8
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/LICENSE +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/MANIFEST.in +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/README.md +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/pyproject.toml +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/setup.cfg +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/src/aws_solutions_constructs/aws_openapigateway_lambda/py.typed +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.0}/src/aws_solutions_constructs.aws_openapigateway_lambda.egg-info/dependency_links.txt +0 -0
- {aws-solutions-constructs.aws-openapigateway-lambda-2.60.0 → aws-solutions-constructs.aws-openapigateway-lambda-2.61.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.61.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
|
|
@@ -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.61.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.61.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_openapigateway_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-cdk.integ-tests-alpha==2.
|
|
39
|
-
"aws-solutions-constructs.core==2.
|
|
40
|
-
"aws-solutions-constructs.resources==2.
|
|
37
|
+
"aws-cdk-lib>=2.147.3, <3.0.0",
|
|
38
|
+
"aws-cdk.integ-tests-alpha==2.147.3.a0",
|
|
39
|
+
"aws-solutions-constructs.core==2.61.0",
|
|
40
|
+
"aws-solutions-constructs.resources==2.61.0",
|
|
41
41
|
"constructs>=10.0.0, <11.0.0",
|
|
42
|
-
"jsii>=1.
|
|
42
|
+
"jsii>=1.101.0, <2.0.0",
|
|
43
43
|
"publication>=0.0.3",
|
|
44
44
|
"typeguard~=2.13.3"
|
|
45
45
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'''
|
|
1
|
+
r'''
|
|
2
2
|
# aws-openapigateway-lambda module
|
|
3
3
|
|
|
4
4
|
<!--BEGIN STABILITY BANNER-->---
|
|
@@ -422,7 +422,7 @@ class OpenApiGatewayToLambda(
|
|
|
422
422
|
'''
|
|
423
423
|
:param scope: -
|
|
424
424
|
:param id: -
|
|
425
|
-
:param api_integrations: One or more key-value pairs that contain an id for the api integration and either an existing lambda function or an instance of the LambdaProps. Example: const apiIntegrations: ApiIntegration[] = [ { id: 'MessagesHandler', lambdaFunctionProps: { runtime:
|
|
425
|
+
:param api_integrations: One or more key-value pairs that contain an id for the api integration and either an existing lambda function or an instance of the LambdaProps. Example: const apiIntegrations: ApiIntegration[] = [ { id: 'MessagesHandler', lambdaFunctionProps: { runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME, handler: 'index.handler', code: lambda.Code.fromAsset(``${__dirname}/messages-lambda``), } }, { id: 'PhotosHandler', existingLambdaObj: new lambda.Function(this, 'PhotosLambda', { runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME, handler: 'index.handler', code: lambda.Code.fromAsset(``${__dirname}/photos-lambda``), }) } ]
|
|
426
426
|
:param api_definition_asset: Local file asset of the OpenAPI spec file.
|
|
427
427
|
:param api_definition_bucket: S3 Bucket where the OpenAPI spec file is located. When specifying this property, apiDefinitionKey must also be specified.
|
|
428
428
|
:param api_definition_key: S3 Object name of the OpenAPI spec file. When specifying this property, apiDefinitionBucket must also be specified.
|
|
@@ -499,7 +499,7 @@ class OpenApiGatewayToLambdaProps:
|
|
|
499
499
|
log_group_props: typing.Optional[typing.Union[_aws_cdk_aws_logs_ceddda9d.LogGroupProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
500
500
|
) -> None:
|
|
501
501
|
'''
|
|
502
|
-
:param api_integrations: One or more key-value pairs that contain an id for the api integration and either an existing lambda function or an instance of the LambdaProps. Example: const apiIntegrations: ApiIntegration[] = [ { id: 'MessagesHandler', lambdaFunctionProps: { runtime:
|
|
502
|
+
:param api_integrations: One or more key-value pairs that contain an id for the api integration and either an existing lambda function or an instance of the LambdaProps. Example: const apiIntegrations: ApiIntegration[] = [ { id: 'MessagesHandler', lambdaFunctionProps: { runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME, handler: 'index.handler', code: lambda.Code.fromAsset(``${__dirname}/messages-lambda``), } }, { id: 'PhotosHandler', existingLambdaObj: new lambda.Function(this, 'PhotosLambda', { runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME, handler: 'index.handler', code: lambda.Code.fromAsset(``${__dirname}/photos-lambda``), }) } ]
|
|
503
503
|
:param api_definition_asset: Local file asset of the OpenAPI spec file.
|
|
504
504
|
:param api_definition_bucket: S3 Bucket where the OpenAPI spec file is located. When specifying this property, apiDefinitionKey must also be specified.
|
|
505
505
|
:param api_definition_key: S3 Object name of the OpenAPI spec file. When specifying this property, apiDefinitionBucket must also be specified.
|
|
@@ -549,7 +549,7 @@ class OpenApiGatewayToLambdaProps:
|
|
|
549
549
|
{
|
|
550
550
|
id: 'MessagesHandler',
|
|
551
551
|
lambdaFunctionProps: {
|
|
552
|
-
runtime:
|
|
552
|
+
runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME,
|
|
553
553
|
handler: 'index.handler',
|
|
554
554
|
code: lambda.Code.fromAsset(``${__dirname}/messages-lambda``),
|
|
555
555
|
}
|
|
@@ -557,7 +557,7 @@ class OpenApiGatewayToLambdaProps:
|
|
|
557
557
|
{
|
|
558
558
|
id: 'PhotosHandler',
|
|
559
559
|
existingLambdaObj: new lambda.Function(this, 'PhotosLambda', {
|
|
560
|
-
runtime:
|
|
560
|
+
runtime: defaults.COMMERCIAL_REGION_LAMBDA_NODE_RUNTIME,
|
|
561
561
|
handler: 'index.handler',
|
|
562
562
|
code: lambda.Code.fromAsset(``${__dirname}/photos-lambda``),
|
|
563
563
|
})
|
|
@@ -21,9 +21,9 @@ import constructs._jsii
|
|
|
21
21
|
|
|
22
22
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
23
23
|
"@aws-solutions-constructs/aws-openapigateway-lambda",
|
|
24
|
-
"2.
|
|
24
|
+
"2.61.0",
|
|
25
25
|
__name__[0:-6],
|
|
26
|
-
"aws-openapigateway-lambda@2.
|
|
26
|
+
"aws-openapigateway-lambda@2.61.0.jsii.tgz",
|
|
27
27
|
)
|
|
28
28
|
|
|
29
29
|
__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.61.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
|
|
@@ -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.61.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
|