aws-solutions-constructs.aws-dynamodbstreams-lambda 2.74.0__tar.gz → 2.76.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_dynamodbstreams_lambda-2.74.0/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/PKG-INFO +8 -9
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/README.md +4 -4
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/setup.py +5 -6
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs/aws_dynamodbstreams_lambda/__init__.py +4 -4
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/__init__.py +2 -3
- aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0/src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.76.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info}/PKG-INFO +8 -9
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0/src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.74.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info/requires.txt +0 -7
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs/aws_dynamodbstreams_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_dynamodbstreams_lambda-2.74.0 → aws_solutions_constructs_aws_dynamodbstreams_lambda-2.76.0}/src/aws_solutions_constructs.aws_dynamodbstreams_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-dynamodbstreams-lambda
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.76.0
|
4
4
|
Summary: CDK Constructs for AWS DynamoDB Streams to AWS Lambda integration.
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -19,11 +19,10 @@ 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.core==2.74.0
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.173.2
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.76.0
|
25
24
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
27
26
|
Requires-Dist: publication>=0.0.3
|
28
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
29
28
|
|
@@ -54,7 +53,7 @@ Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
54
53
|
|
55
54
|
## Overview
|
56
55
|
|
57
|
-
This AWS Solutions Construct implements
|
56
|
+
This AWS Solutions Construct implements an Amazon DynamoDB table with stream that invokes an AWS Lambda function with the least privileged permissions.
|
58
57
|
|
59
58
|
Here is a minimal deployable pattern definition:
|
60
59
|
|
@@ -69,7 +68,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
69
68
|
new DynamoDBStreamsToLambda(this, 'test-dynamodbstreams-lambda', {
|
70
69
|
lambdaFunctionProps: {
|
71
70
|
code: lambda.Code.fromAsset(`lambda`),
|
72
|
-
runtime: lambda.Runtime.
|
71
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
73
72
|
handler: 'index.handler'
|
74
73
|
},
|
75
74
|
});
|
@@ -88,7 +87,7 @@ from constructs import Construct
|
|
88
87
|
DynamoDBStreamsToLambda(self, 'test-dynamodbstreams-lambda',
|
89
88
|
lambda_function_props=_lambda.FunctionProps(
|
90
89
|
code=_lambda.Code.from_asset('lambda'),
|
91
|
-
runtime=_lambda.Runtime.
|
90
|
+
runtime=_lambda.Runtime.Python_3_11,
|
92
91
|
handler='index.handler'
|
93
92
|
)
|
94
93
|
)
|
@@ -108,7 +107,7 @@ import software.amazon.awsconstructs.services.dynamodbstreamslambda.*;
|
|
108
107
|
new DynamoDBStreamsToLambda(this, "test-dynamodbstreams-lambda",
|
109
108
|
new DynamoDBStreamsToLambdaProps.Builder()
|
110
109
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
111
|
-
.runtime(Runtime.
|
110
|
+
.runtime(Runtime.NODEJS_20_X)
|
112
111
|
.code(Code.fromAsset("lambda"))
|
113
112
|
.handler("index.handler")
|
114
113
|
.build())
|
@@ -25,7 +25,7 @@
|
|
25
25
|
|
26
26
|
## Overview
|
27
27
|
|
28
|
-
This AWS Solutions Construct implements
|
28
|
+
This AWS Solutions Construct implements an Amazon DynamoDB table with stream that invokes an AWS Lambda function with the least privileged permissions.
|
29
29
|
|
30
30
|
Here is a minimal deployable pattern definition:
|
31
31
|
|
@@ -40,7 +40,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
40
40
|
new DynamoDBStreamsToLambda(this, 'test-dynamodbstreams-lambda', {
|
41
41
|
lambdaFunctionProps: {
|
42
42
|
code: lambda.Code.fromAsset(`lambda`),
|
43
|
-
runtime: lambda.Runtime.
|
43
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
44
44
|
handler: 'index.handler'
|
45
45
|
},
|
46
46
|
});
|
@@ -59,7 +59,7 @@ from constructs import Construct
|
|
59
59
|
DynamoDBStreamsToLambda(self, 'test-dynamodbstreams-lambda',
|
60
60
|
lambda_function_props=_lambda.FunctionProps(
|
61
61
|
code=_lambda.Code.from_asset('lambda'),
|
62
|
-
runtime=_lambda.Runtime.
|
62
|
+
runtime=_lambda.Runtime.Python_3_11,
|
63
63
|
handler='index.handler'
|
64
64
|
)
|
65
65
|
)
|
@@ -79,7 +79,7 @@ import software.amazon.awsconstructs.services.dynamodbstreamslambda.*;
|
|
79
79
|
new DynamoDBStreamsToLambda(this, "test-dynamodbstreams-lambda",
|
80
80
|
new DynamoDBStreamsToLambdaProps.Builder()
|
81
81
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
82
|
-
.runtime(Runtime.
|
82
|
+
.runtime(Runtime.NODEJS_20_X)
|
83
83
|
.code(Code.fromAsset("lambda"))
|
84
84
|
.handler("index.handler")
|
85
85
|
.build())
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "aws-solutions-constructs.aws-dynamodbstreams-lambda",
|
8
|
-
"version": "2.
|
8
|
+
"version": "2.76.0",
|
9
9
|
"description": "CDK Constructs for AWS DynamoDB Streams 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_dynamodbstreams_lambda._jsii": [
|
29
|
-
"aws-dynamodbstreams-lambda@2.
|
29
|
+
"aws-dynamodbstreams-lambda@2.76.0.jsii.tgz"
|
30
30
|
],
|
31
31
|
"aws_solutions_constructs.aws_dynamodbstreams_lambda": [
|
32
32
|
"py.typed"
|
@@ -34,11 +34,10 @@ 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.core==2.74.0",
|
37
|
+
"aws-cdk-lib>=2.173.2, <3.0.0",
|
38
|
+
"aws-solutions-constructs.core==2.76.0",
|
40
39
|
"constructs>=10.0.0, <11.0.0",
|
41
|
-
"jsii>=1.
|
40
|
+
"jsii>=1.106.0, <2.0.0",
|
42
41
|
"publication>=0.0.3",
|
43
42
|
"typeguard>=2.13.3,<4.3.0"
|
44
43
|
],
|
@@ -26,7 +26,7 @@ r'''
|
|
26
26
|
|
27
27
|
## Overview
|
28
28
|
|
29
|
-
This AWS Solutions Construct implements
|
29
|
+
This AWS Solutions Construct implements an Amazon DynamoDB table with stream that invokes an AWS Lambda function with the least privileged permissions.
|
30
30
|
|
31
31
|
Here is a minimal deployable pattern definition:
|
32
32
|
|
@@ -41,7 +41,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
41
41
|
new DynamoDBStreamsToLambda(this, 'test-dynamodbstreams-lambda', {
|
42
42
|
lambdaFunctionProps: {
|
43
43
|
code: lambda.Code.fromAsset(`lambda`),
|
44
|
-
runtime: lambda.Runtime.
|
44
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
45
45
|
handler: 'index.handler'
|
46
46
|
},
|
47
47
|
});
|
@@ -60,7 +60,7 @@ from constructs import Construct
|
|
60
60
|
DynamoDBStreamsToLambda(self, 'test-dynamodbstreams-lambda',
|
61
61
|
lambda_function_props=_lambda.FunctionProps(
|
62
62
|
code=_lambda.Code.from_asset('lambda'),
|
63
|
-
runtime=_lambda.Runtime.
|
63
|
+
runtime=_lambda.Runtime.Python_3_11,
|
64
64
|
handler='index.handler'
|
65
65
|
)
|
66
66
|
)
|
@@ -80,7 +80,7 @@ import software.amazon.awsconstructs.services.dynamodbstreamslambda.*;
|
|
80
80
|
new DynamoDBStreamsToLambda(this, "test-dynamodbstreams-lambda",
|
81
81
|
new DynamoDBStreamsToLambdaProps.Builder()
|
82
82
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
83
|
-
.runtime(Runtime.
|
83
|
+
.runtime(Runtime.NODEJS_20_X)
|
84
84
|
.code(Code.fromAsset("lambda"))
|
85
85
|
.handler("index.handler")
|
86
86
|
.build())
|
@@ -29,15 +29,14 @@ 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 constructs._jsii
|
35
34
|
|
36
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
37
36
|
"@aws-solutions-constructs/aws-dynamodbstreams-lambda",
|
38
|
-
"2.
|
37
|
+
"2.76.0",
|
39
38
|
__name__[0:-6],
|
40
|
-
"aws-dynamodbstreams-lambda@2.
|
39
|
+
"aws-dynamodbstreams-lambda@2.76.0.jsii.tgz",
|
41
40
|
)
|
42
41
|
|
43
42
|
__all__ = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-dynamodbstreams-lambda
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.76.0
|
4
4
|
Summary: CDK Constructs for AWS DynamoDB Streams to AWS Lambda integration.
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -19,11 +19,10 @@ 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.core==2.74.0
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.173.2
|
23
|
+
Requires-Dist: aws-solutions-constructs.core==2.76.0
|
25
24
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
26
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.106.0
|
27
26
|
Requires-Dist: publication>=0.0.3
|
28
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
29
28
|
|
@@ -54,7 +53,7 @@ Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
54
53
|
|
55
54
|
## Overview
|
56
55
|
|
57
|
-
This AWS Solutions Construct implements
|
56
|
+
This AWS Solutions Construct implements an Amazon DynamoDB table with stream that invokes an AWS Lambda function with the least privileged permissions.
|
58
57
|
|
59
58
|
Here is a minimal deployable pattern definition:
|
60
59
|
|
@@ -69,7 +68,7 @@ import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
69
68
|
new DynamoDBStreamsToLambda(this, 'test-dynamodbstreams-lambda', {
|
70
69
|
lambdaFunctionProps: {
|
71
70
|
code: lambda.Code.fromAsset(`lambda`),
|
72
|
-
runtime: lambda.Runtime.
|
71
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
73
72
|
handler: 'index.handler'
|
74
73
|
},
|
75
74
|
});
|
@@ -88,7 +87,7 @@ from constructs import Construct
|
|
88
87
|
DynamoDBStreamsToLambda(self, 'test-dynamodbstreams-lambda',
|
89
88
|
lambda_function_props=_lambda.FunctionProps(
|
90
89
|
code=_lambda.Code.from_asset('lambda'),
|
91
|
-
runtime=_lambda.Runtime.
|
90
|
+
runtime=_lambda.Runtime.Python_3_11,
|
92
91
|
handler='index.handler'
|
93
92
|
)
|
94
93
|
)
|
@@ -108,7 +107,7 @@ import software.amazon.awsconstructs.services.dynamodbstreamslambda.*;
|
|
108
107
|
new DynamoDBStreamsToLambda(this, "test-dynamodbstreams-lambda",
|
109
108
|
new DynamoDBStreamsToLambdaProps.Builder()
|
110
109
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
111
|
-
.runtime(Runtime.
|
110
|
+
.runtime(Runtime.NODEJS_20_X)
|
112
111
|
.code(Code.fromAsset("lambda"))
|
113
112
|
.handler("index.handler")
|
114
113
|
.build())
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_dynamodbstreams_lambda.egg-info/top_level.txt
|
|
11
11
|
src/aws_solutions_constructs/aws_dynamodbstreams_lambda/__init__.py
|
12
12
|
src/aws_solutions_constructs/aws_dynamodbstreams_lambda/py.typed
|
13
13
|
src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/__init__.py
|
14
|
-
src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.
|
14
|
+
src/aws_solutions_constructs/aws_dynamodbstreams_lambda/_jsii/aws-dynamodbstreams-lambda@2.76.0.jsii.tgz
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|