aws-solutions-constructs.aws-iot-lambda-dynamodb 2.90.0__tar.gz → 2.90.3__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.90.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/PKG-INFO +4 -4
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/setup.py +5 -5
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.90.3.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info}/PKG-INFO +4 -4
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/requires.txt +8 -0
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.90.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/LICENSE +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/README.md +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/__init__.py +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/src/aws_solutions_constructs/aws_iot_lambda_dynamodb/py.typed +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/src/aws_solutions_constructs.aws_iot_lambda_dynamodb.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.0 → aws_solutions_constructs_aws_iot_lambda_dynamodb-2.90.3}/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.90.
|
|
3
|
+
Version: 2.90.3
|
|
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
|
|
@@ -19,9 +19,9 @@ Requires-Python: ~=3.9
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.206.0
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.90.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.90.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.90.
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.90.3
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.90.3
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.90.3
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.111.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.90.
|
|
8
|
+
"version": "2.90.3",
|
|
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.90.
|
|
29
|
+
"aws-iot-lambda-dynamodb@2.90.3.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_iot_lambda_dynamodb": [
|
|
32
32
|
"py.typed"
|
|
@@ -35,9 +35,9 @@ kwargs = json.loads(
|
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.206.0, <3.0.0",
|
|
38
|
-
"aws-solutions-constructs.aws-iot-lambda==2.90.
|
|
39
|
-
"aws-solutions-constructs.aws-lambda-dynamodb==2.90.
|
|
40
|
-
"aws-solutions-constructs.core==2.90.
|
|
38
|
+
"aws-solutions-constructs.aws-iot-lambda==2.90.3",
|
|
39
|
+
"aws-solutions-constructs.aws-lambda-dynamodb==2.90.3",
|
|
40
|
+
"aws-solutions-constructs.core==2.90.3",
|
|
41
41
|
"constructs>=10.0.0, <11.0.0",
|
|
42
42
|
"jsii>=1.111.0, <2.0.0",
|
|
43
43
|
"publication>=0.0.3",
|
|
@@ -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.90.
|
|
39
|
+
"2.90.3",
|
|
40
40
|
__name__[0:-6],
|
|
41
|
-
"aws-iot-lambda-dynamodb@2.90.
|
|
41
|
+
"aws-iot-lambda-dynamodb@2.90.3.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.90.
|
|
3
|
+
Version: 2.90.3
|
|
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
|
|
@@ -19,9 +19,9 @@ Requires-Python: ~=3.9
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.206.0
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.90.
|
|
23
|
-
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.90.
|
|
24
|
-
Requires-Dist: aws-solutions-constructs.core==2.90.
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.aws-iot-lambda==2.90.3
|
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-lambda-dynamodb==2.90.3
|
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==2.90.3
|
|
25
25
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.111.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.90.
|
|
14
|
+
src/aws_solutions_constructs/aws_iot_lambda_dynamodb/_jsii/aws-iot-lambda-dynamodb@2.90.3.jsii.tgz
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aws-cdk-lib<3.0.0,>=2.206.0
|
|
2
|
+
aws-solutions-constructs.aws-iot-lambda==2.90.3
|
|
3
|
+
aws-solutions-constructs.aws-lambda-dynamodb==2.90.3
|
|
4
|
+
aws-solutions-constructs.core==2.90.3
|
|
5
|
+
constructs<11.0.0,>=10.0.0
|
|
6
|
+
jsii<2.0.0,>=1.111.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.206.0
|
|
2
|
-
aws-solutions-constructs.aws-iot-lambda==2.90.0
|
|
3
|
-
aws-solutions-constructs.aws-lambda-dynamodb==2.90.0
|
|
4
|
-
aws-solutions-constructs.core==2.90.0
|
|
5
|
-
constructs<11.0.0,>=10.0.0
|
|
6
|
-
jsii<2.0.0,>=1.111.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
|
|
File without changes
|