aws-solutions-constructs.aws-eventbridge-lambda 2.99.0__tar.gz → 2.100.1__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_eventbridge_lambda-2.99.0/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/setup.py +6 -6
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs/aws_eventbridge_lambda/__init__.py +27 -27
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_eventbridge_lambda-2.100.1/src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/aws-eventbridge-lambda@2.100.1.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_eventbridge_lambda-2.100.1/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_eventbridge_lambda-2.99.0/src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/aws-eventbridge-lambda@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_eventbridge_lambda-2.99.0/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/LICENSE +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/README.md +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs/aws_eventbridge_lambda/py.typed +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_eventbridge_lambda-2.99.0 → aws_solutions_constructs_aws_eventbridge_lambda-2.100.1}/src/aws_solutions_constructs.aws_eventbridge_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-eventbridge-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.1
|
|
4
4
|
Summary: CDK Constructs for deploying AWS Events Rule that inveokes AWS Lambda
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.1
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-eventbridge-lambda/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-eventbridge-lambda",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.1",
|
|
9
9
|
"description": "CDK Constructs for deploying AWS Events Rule that inveokes AWS Lambda",
|
|
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_eventbridge_lambda._jsii": [
|
|
29
|
-
"aws-eventbridge-lambda@2.
|
|
29
|
+
"aws-eventbridge-lambda@2.100.1.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_eventbridge_lambda": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.239.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.100.1",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.126.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
|
-
"typeguard
|
|
42
|
+
"typeguard==2.13.3"
|
|
43
43
|
],
|
|
44
44
|
"classifiers": [
|
|
45
45
|
"Intended Audience :: Developers",
|
|
@@ -45,14 +45,14 @@ class EventbridgeToLambda(
|
|
|
45
45
|
):
|
|
46
46
|
def __init__(
|
|
47
47
|
self,
|
|
48
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
48
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
49
49
|
id: builtins.str,
|
|
50
50
|
*,
|
|
51
|
-
event_rule_props: typing.Union[_aws_cdk_aws_events_ceddda9d.RuleProps, typing.Dict[builtins.str, typing.Any]],
|
|
52
|
-
event_bus_props: typing.Optional[typing.Union[_aws_cdk_aws_events_ceddda9d.EventBusProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
53
|
-
existing_event_bus_interface: typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus] = None,
|
|
54
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
55
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
51
|
+
event_rule_props: typing.Union["_aws_cdk_aws_events_ceddda9d.RuleProps", typing.Dict[builtins.str, typing.Any]],
|
|
52
|
+
event_bus_props: typing.Optional[typing.Union["_aws_cdk_aws_events_ceddda9d.EventBusProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
53
|
+
existing_event_bus_interface: typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"] = None,
|
|
54
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
55
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
56
56
|
) -> None:
|
|
57
57
|
'''
|
|
58
58
|
:param scope: - represents the scope for all the resources.
|
|
@@ -82,18 +82,18 @@ class EventbridgeToLambda(
|
|
|
82
82
|
|
|
83
83
|
@builtins.property
|
|
84
84
|
@jsii.member(jsii_name="eventsRule")
|
|
85
|
-
def events_rule(self) -> _aws_cdk_aws_events_ceddda9d.Rule:
|
|
86
|
-
return typing.cast(_aws_cdk_aws_events_ceddda9d.Rule, jsii.get(self, "eventsRule"))
|
|
85
|
+
def events_rule(self) -> "_aws_cdk_aws_events_ceddda9d.Rule":
|
|
86
|
+
return typing.cast("_aws_cdk_aws_events_ceddda9d.Rule", jsii.get(self, "eventsRule"))
|
|
87
87
|
|
|
88
88
|
@builtins.property
|
|
89
89
|
@jsii.member(jsii_name="lambdaFunction")
|
|
90
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
91
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
90
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
91
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
92
92
|
|
|
93
93
|
@builtins.property
|
|
94
94
|
@jsii.member(jsii_name="eventBus")
|
|
95
|
-
def event_bus(self) -> typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus]:
|
|
96
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus], jsii.get(self, "eventBus"))
|
|
95
|
+
def event_bus(self) -> typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"]:
|
|
96
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"], jsii.get(self, "eventBus"))
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
@jsii.data_type(
|
|
@@ -111,11 +111,11 @@ class EventbridgeToLambdaProps:
|
|
|
111
111
|
def __init__(
|
|
112
112
|
self,
|
|
113
113
|
*,
|
|
114
|
-
event_rule_props: typing.Union[_aws_cdk_aws_events_ceddda9d.RuleProps, typing.Dict[builtins.str, typing.Any]],
|
|
115
|
-
event_bus_props: typing.Optional[typing.Union[_aws_cdk_aws_events_ceddda9d.EventBusProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
116
|
-
existing_event_bus_interface: typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus] = None,
|
|
117
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
118
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
114
|
+
event_rule_props: typing.Union["_aws_cdk_aws_events_ceddda9d.RuleProps", typing.Dict[builtins.str, typing.Any]],
|
|
115
|
+
event_bus_props: typing.Optional[typing.Union["_aws_cdk_aws_events_ceddda9d.EventBusProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
116
|
+
existing_event_bus_interface: typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"] = None,
|
|
117
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
118
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
119
119
|
) -> None:
|
|
120
120
|
'''
|
|
121
121
|
:param event_rule_props: User provided eventRuleProps to override the defaults. Default: - None
|
|
@@ -152,19 +152,19 @@ class EventbridgeToLambdaProps:
|
|
|
152
152
|
self._values["lambda_function_props"] = lambda_function_props
|
|
153
153
|
|
|
154
154
|
@builtins.property
|
|
155
|
-
def event_rule_props(self) -> _aws_cdk_aws_events_ceddda9d.RuleProps:
|
|
155
|
+
def event_rule_props(self) -> "_aws_cdk_aws_events_ceddda9d.RuleProps":
|
|
156
156
|
'''User provided eventRuleProps to override the defaults.
|
|
157
157
|
|
|
158
158
|
:default: - None
|
|
159
159
|
'''
|
|
160
160
|
result = self._values.get("event_rule_props")
|
|
161
161
|
assert result is not None, "Required property 'event_rule_props' is missing"
|
|
162
|
-
return typing.cast(_aws_cdk_aws_events_ceddda9d.RuleProps, result)
|
|
162
|
+
return typing.cast("_aws_cdk_aws_events_ceddda9d.RuleProps", result)
|
|
163
163
|
|
|
164
164
|
@builtins.property
|
|
165
165
|
def event_bus_props(
|
|
166
166
|
self,
|
|
167
|
-
) -> typing.Optional[_aws_cdk_aws_events_ceddda9d.EventBusProps]:
|
|
167
|
+
) -> typing.Optional["_aws_cdk_aws_events_ceddda9d.EventBusProps"]:
|
|
168
168
|
'''Optional - user provided properties to override the default properties when creating a custom EventBus.
|
|
169
169
|
|
|
170
170
|
Setting
|
|
@@ -175,12 +175,12 @@ class EventbridgeToLambdaProps:
|
|
|
175
175
|
:default: - None
|
|
176
176
|
'''
|
|
177
177
|
result = self._values.get("event_bus_props")
|
|
178
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_events_ceddda9d.EventBusProps], result)
|
|
178
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_events_ceddda9d.EventBusProps"], result)
|
|
179
179
|
|
|
180
180
|
@builtins.property
|
|
181
181
|
def existing_event_bus_interface(
|
|
182
182
|
self,
|
|
183
|
-
) -> typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus]:
|
|
183
|
+
) -> typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"]:
|
|
184
184
|
'''Optional - user provided custom EventBus for this construct to use.
|
|
185
185
|
|
|
186
186
|
Providing both this and ``eventBusProps``
|
|
@@ -189,23 +189,23 @@ class EventbridgeToLambdaProps:
|
|
|
189
189
|
:default: - None
|
|
190
190
|
'''
|
|
191
191
|
result = self._values.get("existing_event_bus_interface")
|
|
192
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_events_ceddda9d.IEventBus], result)
|
|
192
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_events_ceddda9d.IEventBus"], result)
|
|
193
193
|
|
|
194
194
|
@builtins.property
|
|
195
195
|
def existing_lambda_obj(
|
|
196
196
|
self,
|
|
197
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
197
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
198
198
|
'''Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
199
199
|
|
|
200
200
|
:default: - None
|
|
201
201
|
'''
|
|
202
202
|
result = self._values.get("existing_lambda_obj")
|
|
203
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
203
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
204
204
|
|
|
205
205
|
@builtins.property
|
|
206
206
|
def lambda_function_props(
|
|
207
207
|
self,
|
|
208
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
208
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
209
209
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
210
210
|
|
|
211
211
|
Providing both this and ``existingLambdaObj``
|
|
@@ -214,7 +214,7 @@ class EventbridgeToLambdaProps:
|
|
|
214
214
|
:default: - Default props are used
|
|
215
215
|
'''
|
|
216
216
|
result = self._values.get("lambda_function_props")
|
|
217
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
217
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
218
218
|
|
|
219
219
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
220
220
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-eventbridge-lambda",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.1",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-eventbridge-lambda@2.
|
|
39
|
+
"aws-eventbridge-lambda@2.100.1.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-eventbridge-lambda
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.1
|
|
4
4
|
Summary: CDK Constructs for deploying AWS Events Rule that inveokes AWS Lambda
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,11 +18,11 @@ 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.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.1
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-eventbridge-lambda/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_eventbridge_lambda.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_eventbridge_lambda/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_eventbridge_lambda/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/aws-eventbridge-lambda@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_eventbridge_lambda/_jsii/aws-eventbridge-lambda@2.100.1.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
|