aws-solutions-constructs.aws-iot-lambda-dynamodb 2.97.0__tar.gz → 2.99.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_iot_lambda_dynamodb-2.97.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/__init__.py +3 -3
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.99.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/requires.txt +8 -0
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.97.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/README.md +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/py.typed +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.97.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.99.0}/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-iot-lambda-dynamodb
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.99.0
|
|
4
4
|
Summary: CDK Constructs for AWS IoT to AWS Lambda to AWS DyanmoDB integration.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,10 +18,10 @@ 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.aws-iot-lambda==2.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.238.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.99.0
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.99.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.99.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-iot-lambda-dynamodb",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.99.0",
|
|
9
9
|
"description": "CDK Constructs for AWS IoT to AWS Lambda to AWS DyanmoDB 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_iot_lambda_dynamodb._jsii": [
|
|
29
|
-
"aws-iot-lambda-dynamodb@2.
|
|
29
|
+
"aws-iot-lambda-dynamodb@2.99.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_iot_lambda_dynamodb": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,10 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.aws-iot-lambda==2.
|
|
39
|
-
"aws-solutions-constructs.aws-lambda-dynamodb==2.
|
|
40
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.238.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.aws-iot-lambda==2.99.0",
|
|
39
|
+
"aws-solutions-constructs.aws-lambda-dynamodb==2.99.0",
|
|
40
|
+
"aws-solutions-constructs.core==2.99.0",
|
|
41
41
|
"constructs>=10.0.0, <11.0.0",
|
|
42
42
|
"jsii>=1.119.0, <2.0.0",
|
|
43
43
|
"publication>=0.0.3",
|
|
@@ -65,7 +65,7 @@ class IotToLambdaToDynamoDB(
|
|
|
65
65
|
:param id: - this is a a scope-unique id.
|
|
66
66
|
:param iot_topic_rule_props: User provided props to override the default props. Default: - Default props are used
|
|
67
67
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
68
|
-
:param dynamo_table_props: Optional user provided props to override the default props for the DynamoDB Table. Providing both this and ``existingTableInterface``
|
|
68
|
+
:param dynamo_table_props: Optional user provided props to override the default props for the DynamoDB Table. Providing both this and ``existingTableInterface`` causes an error. Default: - Partition key ID: string
|
|
69
69
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
70
70
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
71
71
|
:param lambda_function_props: User provided props to override the default props for the Lambda function. Default: - Default props are used
|
|
@@ -148,7 +148,7 @@ class IotToLambdaToDynamoDBProps:
|
|
|
148
148
|
'''
|
|
149
149
|
:param iot_topic_rule_props: User provided props to override the default props. Default: - Default props are used
|
|
150
150
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
151
|
-
:param dynamo_table_props: Optional user provided props to override the default props for the DynamoDB Table. Providing both this and ``existingTableInterface``
|
|
151
|
+
:param dynamo_table_props: Optional user provided props to override the default props for the DynamoDB Table. Providing both this and ``existingTableInterface`` causes an error. Default: - Partition key ID: string
|
|
152
152
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
153
153
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
154
154
|
:param lambda_function_props: User provided props to override the default props for the Lambda function. Default: - Default props are used
|
|
@@ -223,7 +223,7 @@ class IotToLambdaToDynamoDBProps:
|
|
|
223
223
|
'''Optional user provided props to override the default props for the DynamoDB Table.
|
|
224
224
|
|
|
225
225
|
Providing both this and
|
|
226
|
-
``existingTableInterface``
|
|
226
|
+
``existingTableInterface`` causes an error.
|
|
227
227
|
|
|
228
228
|
:default: - Partition key ID: string
|
|
229
229
|
'''
|
|
@@ -36,9 +36,9 @@ import constructs._jsii
|
|
|
36
36
|
|
|
37
37
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
38
38
|
"@aws-solutions-constructs/aws-iot-lambda-dynamodb",
|
|
39
|
-
"2.
|
|
39
|
+
"2.99.0",
|
|
40
40
|
__name__[0:-6],
|
|
41
|
-
"aws-iot-lambda-dynamodb@2.
|
|
41
|
+
"aws-iot-lambda-dynamodb@2.99.0.jsii.tgz",
|
|
42
42
|
)
|
|
43
43
|
|
|
44
44
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-iot-lambda-dynamodb
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.99.0
|
|
4
4
|
Summary: CDK Constructs for AWS IoT to AWS Lambda to AWS DyanmoDB integration.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,10 +18,10 @@ 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.aws-iot-lambda==2.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.238.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.99.0
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.99.0
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.99.0
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.99.0.jsii.tgz
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aws-cdk-lib<3.0.0,>=2.238.0
|
|
2
|
+
aws-solutions-constructs.aws-iot-lambda==2.99.0
|
|
3
|
+
aws-solutions-constructs.aws-lambda-dynamodb==2.99.0
|
|
4
|
+
aws-solutions-constructs.core==2.99.0
|
|
5
|
+
constructs<11.0.0,>=10.0.0
|
|
6
|
+
jsii<2.0.0,>=1.119.0
|
|
7
|
+
publication>=0.0.3
|
|
8
|
+
typeguard<4.3.0,>=2.13.3
|
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aws-cdk-lib<3.0.0,>=2.233.0
|
|
2
|
-
aws-solutions-constructs.aws-iot-lambda==2.97.0
|
|
3
|
-
aws-solutions-constructs.aws-lambda-dynamodb==2.97.0
|
|
4
|
-
aws-solutions-constructs.core==2.97.0
|
|
5
|
-
constructs<11.0.0,>=10.0.0
|
|
6
|
-
jsii<2.0.0,>=1.119.0
|
|
7
|
-
publication>=0.0.3
|
|
8
|
-
typeguard<4.3.0,>=2.13.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|