aws-solutions-constructs.aws-lambda-kinesisfirehose 2.74.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_lambda_kinesisfirehose-2.74.0/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/PKG-INFO +8 -9
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/README.md +3 -3
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/setup.py +6 -7
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs/aws_lambda_kinesisfirehose/__init__.py +3 -3
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/__init__.py +2 -3
- aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0/src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.75.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info}/PKG-INFO +8 -9
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/requires.txt +7 -0
- aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0/src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.74.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/requires.txt +0 -8
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs/aws_lambda_kinesisfirehose/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_kinesisfirehose-2.74.0 → aws_solutions_constructs_aws_lambda_kinesisfirehose-2.75.0}/src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-kinesisfirehose
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.75.0
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an existing Amazon Kinesis Firehose Delivery Stream.
|
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.core==2.74.0
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-kinesis-firehose-s3==2.75.0
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==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
|
|
@@ -69,7 +68,7 @@ const existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Const
|
|
69
68
|
|
70
69
|
new LambdaToKinesisFirehose(this, 'LambdaToFirehosePattern', {
|
71
70
|
lambdaFunctionProps: {
|
72
|
-
runtime: lambda.Runtime.
|
71
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
73
72
|
handler: 'index.handler',
|
74
73
|
code: lambda.Code.fromAsset(`lambda`)
|
75
74
|
},
|
@@ -95,7 +94,7 @@ LambdaToKinesisFirehose(self, 'LambdaToFirehosePattern',
|
|
95
94
|
existingKinesisFirehose=existingFirehoseDeliveryStream,
|
96
95
|
lambda_function_props=_lambda.FunctionProps(
|
97
96
|
code=_lambda.Code.from_asset('lambda'),
|
98
|
-
runtime=_lambda.Runtime.
|
97
|
+
runtime=_lambda.Runtime.Python_3_11,
|
99
98
|
handler='index.handler'
|
100
99
|
)
|
101
100
|
)
|
@@ -119,7 +118,7 @@ existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Construct.k
|
|
119
118
|
new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesisFirehoseProps.Builder()
|
120
119
|
.existingKinesisFirehose(existingFirehoseDeliveryStream)
|
121
120
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
122
|
-
.runtime(Runtime.
|
121
|
+
.runtime(Runtime.NODEJS_20_X)
|
123
122
|
.code(Code.fromAsset("lambda"))
|
124
123
|
.handler("index.handler")
|
125
124
|
.build())
|
@@ -39,7 +39,7 @@ const existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Const
|
|
39
39
|
|
40
40
|
new LambdaToKinesisFirehose(this, 'LambdaToFirehosePattern', {
|
41
41
|
lambdaFunctionProps: {
|
42
|
-
runtime: lambda.Runtime.
|
42
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
43
43
|
handler: 'index.handler',
|
44
44
|
code: lambda.Code.fromAsset(`lambda`)
|
45
45
|
},
|
@@ -65,7 +65,7 @@ LambdaToKinesisFirehose(self, 'LambdaToFirehosePattern',
|
|
65
65
|
existingKinesisFirehose=existingFirehoseDeliveryStream,
|
66
66
|
lambda_function_props=_lambda.FunctionProps(
|
67
67
|
code=_lambda.Code.from_asset('lambda'),
|
68
|
-
runtime=_lambda.Runtime.
|
68
|
+
runtime=_lambda.Runtime.Python_3_11,
|
69
69
|
handler='index.handler'
|
70
70
|
)
|
71
71
|
)
|
@@ -89,7 +89,7 @@ existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Construct.k
|
|
89
89
|
new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesisFirehoseProps.Builder()
|
90
90
|
.existingKinesisFirehose(existingFirehoseDeliveryStream)
|
91
91
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
92
|
-
.runtime(Runtime.
|
92
|
+
.runtime(Runtime.NODEJS_20_X)
|
93
93
|
.code(Code.fromAsset("lambda"))
|
94
94
|
.handler("index.handler")
|
95
95
|
.build())
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-kinesisfirehose",
|
8
|
-
"version": "2.
|
8
|
+
"version": "2.75.0",
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and an existing Amazon Kinesis Firehose Delivery Stream.",
|
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_lambda_kinesisfirehose._jsii": [
|
29
|
-
"aws-lambda-kinesisfirehose@2.
|
29
|
+
"aws-lambda-kinesisfirehose@2.75.0.jsii.tgz"
|
30
30
|
],
|
31
31
|
"aws_solutions_constructs.aws_lambda_kinesisfirehose": [
|
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.core==2.74.0",
|
37
|
+
"aws-cdk-lib>=2.163.1, <3.0.0",
|
38
|
+
"aws-solutions-constructs.aws-kinesis-firehose-s3==2.75.0",
|
39
|
+
"aws-solutions-constructs.core==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
|
],
|
@@ -40,7 +40,7 @@ const existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Const
|
|
40
40
|
|
41
41
|
new LambdaToKinesisFirehose(this, 'LambdaToFirehosePattern', {
|
42
42
|
lambdaFunctionProps: {
|
43
|
-
runtime: lambda.Runtime.
|
43
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
44
44
|
handler: 'index.handler',
|
45
45
|
code: lambda.Code.fromAsset(`lambda`)
|
46
46
|
},
|
@@ -66,7 +66,7 @@ LambdaToKinesisFirehose(self, 'LambdaToFirehosePattern',
|
|
66
66
|
existingKinesisFirehose=existingFirehoseDeliveryStream,
|
67
67
|
lambda_function_props=_lambda.FunctionProps(
|
68
68
|
code=_lambda.Code.from_asset('lambda'),
|
69
|
-
runtime=_lambda.Runtime.
|
69
|
+
runtime=_lambda.Runtime.Python_3_11,
|
70
70
|
handler='index.handler'
|
71
71
|
)
|
72
72
|
)
|
@@ -90,7 +90,7 @@ existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Construct.k
|
|
90
90
|
new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesisFirehoseProps.Builder()
|
91
91
|
.existingKinesisFirehose(existingFirehoseDeliveryStream)
|
92
92
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
93
|
-
.runtime(Runtime.
|
93
|
+
.runtime(Runtime.NODEJS_20_X)
|
94
94
|
.code(Code.fromAsset("lambda"))
|
95
95
|
.handler("index.handler")
|
96
96
|
.build())
|
@@ -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.aws_kinesis_firehose_s3._jsii
|
34
33
|
import aws_solutions_constructs.core._jsii
|
35
34
|
import constructs._jsii
|
36
35
|
|
37
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
38
37
|
"@aws-solutions-constructs/aws-lambda-kinesisfirehose",
|
39
|
-
"2.
|
38
|
+
"2.75.0",
|
40
39
|
__name__[0:-6],
|
41
|
-
"aws-lambda-kinesisfirehose@2.
|
40
|
+
"aws-lambda-kinesisfirehose@2.75.0.jsii.tgz",
|
42
41
|
)
|
43
42
|
|
44
43
|
__all__ = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-kinesisfirehose
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.75.0
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an existing Amazon Kinesis Firehose Delivery Stream.
|
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.core==2.74.0
|
22
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.163.1
|
23
|
+
Requires-Dist: aws-solutions-constructs.aws-kinesis-firehose-s3==2.75.0
|
24
|
+
Requires-Dist: aws-solutions-constructs.core==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
|
|
@@ -69,7 +68,7 @@ const existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Const
|
|
69
68
|
|
70
69
|
new LambdaToKinesisFirehose(this, 'LambdaToFirehosePattern', {
|
71
70
|
lambdaFunctionProps: {
|
72
|
-
runtime: lambda.Runtime.
|
71
|
+
runtime: lambda.Runtime.NODEJS_20_X,
|
73
72
|
handler: 'index.handler',
|
74
73
|
code: lambda.Code.fromAsset(`lambda`)
|
75
74
|
},
|
@@ -95,7 +94,7 @@ LambdaToKinesisFirehose(self, 'LambdaToFirehosePattern',
|
|
95
94
|
existingKinesisFirehose=existingFirehoseDeliveryStream,
|
96
95
|
lambda_function_props=_lambda.FunctionProps(
|
97
96
|
code=_lambda.Code.from_asset('lambda'),
|
98
|
-
runtime=_lambda.Runtime.
|
97
|
+
runtime=_lambda.Runtime.Python_3_11,
|
99
98
|
handler='index.handler'
|
100
99
|
)
|
101
100
|
)
|
@@ -119,7 +118,7 @@ existingFirehoseDeliveryStream = previouslyCreatedKinesisFirehoseToS3Construct.k
|
|
119
118
|
new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesisFirehoseProps.Builder()
|
120
119
|
.existingKinesisFirehose(existingFirehoseDeliveryStream)
|
121
120
|
.lambdaFunctionProps(new FunctionProps.Builder()
|
122
|
-
.runtime(Runtime.
|
121
|
+
.runtime(Runtime.NODEJS_20_X)
|
123
122
|
.code(Code.fromAsset("lambda"))
|
124
123
|
.handler("index.handler")
|
125
124
|
.build())
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_kinesisfirehose.egg-info/top_level.txt
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_kinesisfirehose/__init__.py
|
12
12
|
src/aws_solutions_constructs/aws_lambda_kinesisfirehose/py.typed
|
13
13
|
src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/__init__.py
|
14
|
-
src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.
|
14
|
+
src/aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.75.0.jsii.tgz
|
Binary file
|
@@ -1,8 +0,0 @@
|
|
1
|
-
aws-cdk-lib<3.0.0,>=2.161.0
|
2
|
-
aws-cdk.integ-tests-alpha==2.161.0.a0
|
3
|
-
aws-solutions-constructs.aws-kinesis-firehose-s3==2.74.0
|
4
|
-
aws-solutions-constructs.core==2.74.0
|
5
|
-
constructs<11.0.0,>=10.0.0
|
6
|
-
jsii<2.0.0,>=1.104.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
|