aws-solutions-constructs.aws-lambda-eventbridge 2.85.2__tar.gz → 2.85.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.
Files changed (20) hide show
  1. aws_solutions_constructs_aws_lambda_eventbridge-2.85.3/PKG-INFO +28 -0
  2. aws_solutions_constructs_aws_lambda_eventbridge-2.85.3/README.md +1 -0
  3. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/setup.py +3 -3
  4. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs/aws_lambda_eventbridge/__init__.py +1 -131
  5. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/__init__.py +2 -2
  6. aws_solutions_constructs_aws_lambda_eventbridge-2.85.3/src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/aws-lambda-eventbridge@2.85.3.jsii.tgz +0 -0
  7. aws_solutions_constructs_aws_lambda_eventbridge-2.85.3/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/PKG-INFO +28 -0
  8. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/SOURCES.txt +1 -1
  9. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/requires.txt +1 -1
  10. aws_solutions_constructs_aws_lambda_eventbridge-2.85.2/PKG-INFO +0 -158
  11. aws_solutions_constructs_aws_lambda_eventbridge-2.85.2/README.md +0 -131
  12. aws_solutions_constructs_aws_lambda_eventbridge-2.85.2/src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/aws-lambda-eventbridge@2.85.2.jsii.tgz +0 -0
  13. aws_solutions_constructs_aws_lambda_eventbridge-2.85.2/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/PKG-INFO +0 -158
  14. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/LICENSE +0 -0
  15. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/MANIFEST.in +0 -0
  16. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/pyproject.toml +0 -0
  17. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/setup.cfg +0 -0
  18. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs/aws_lambda_eventbridge/py.typed +0 -0
  19. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/dependency_links.txt +0 -0
  20. {aws_solutions_constructs_aws_lambda_eventbridge-2.85.2 → aws_solutions_constructs_aws_lambda_eventbridge-2.85.3}/src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/top_level.txt +0 -0
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.1
2
+ Name: aws-solutions-constructs.aws-lambda-eventbridge
3
+ Version: 2.85.3
4
+ Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon EventBridge.
5
+ Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
+ Author: Amazon Web Services
7
+ License: Apache-2.0
8
+ Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Programming Language :: JavaScript
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Typing :: Typed
17
+ Classifier: License :: OSI Approved
18
+ Requires-Python: ~=3.9
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.193.0
22
+ Requires-Dist: aws-solutions-constructs.core==2.85.3
23
+ Requires-Dist: constructs<11.0.0,>=10.0.0
24
+ Requires-Dist: jsii<2.0.0,>=1.111.0
25
+ Requires-Dist: publication>=0.0.3
26
+ Requires-Dist: typeguard<4.3.0,>=2.13.3
27
+
28
+ Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-eventbridge/README.adoc)
@@ -0,0 +1 @@
1
+ Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-eventbridge/README.adoc)
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-lambda-eventbridge",
8
- "version": "2.85.2",
8
+ "version": "2.85.3",
9
9
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon EventBridge.",
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_eventbridge._jsii": [
29
- "aws-lambda-eventbridge@2.85.2.jsii.tgz"
29
+ "aws-lambda-eventbridge@2.85.3.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_lambda_eventbridge": [
32
32
  "py.typed"
@@ -35,7 +35,7 @@ kwargs = json.loads(
35
35
  "python_requires": "~=3.9",
36
36
  "install_requires": [
37
37
  "aws-cdk-lib>=2.193.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.85.2",
38
+ "aws-solutions-constructs.core==2.85.3",
39
39
  "constructs>=10.0.0, <11.0.0",
40
40
  "jsii>=1.111.0, <2.0.0",
41
41
  "publication>=0.0.3",
@@ -1,135 +1,5 @@
1
1
  r'''
2
- # aws-lambda-eventbridge module
3
-
4
- <!--BEGIN STABILITY BANNER-->---
5
-
6
-
7
- ![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
8
-
9
- > All classes are under active development and subject to non-backward compatible changes or removal in any
10
- > future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
11
- > This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
12
-
13
- ---
14
- <!--END STABILITY BANNER-->
15
-
16
- | **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
17
- |:-------------|:-------------|
18
-
19
- <div style="height:8px"></div>
20
-
21
- | **Language** | **Package** |
22
- |:-------------|-----------------|
23
- |![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_eventbridge`|
24
- |![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-eventbridge`|
25
- |![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdaeventbridge`|
26
-
27
- ## Overview
28
-
29
- This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon EventBridge.
30
-
31
- Here is a minimal deployable pattern definition:
32
-
33
- Typescript
34
-
35
- ```python
36
- import { Construct } from 'constructs';
37
- import { Stack, StackProps, Aws } from 'aws-cdk-lib';
38
- import { LambdaToEventbridge, LambdaToEventbridgeProps } from "@aws-solutions-constructs/aws-lambda-eventbridge";
39
- import * as lambda from 'aws-cdk-lib/aws-lambda';
40
-
41
- new LambdaToEventbridge(this, 'LambdaToEventbridgePattern', {
42
- lambdaFunctionProps: {
43
- runtime: lambda.Runtime.NODEJS_20_X,
44
- handler: 'index.handler',
45
- code: lambda.Code.fromAsset(`lambda`)
46
- }
47
- });
48
- ```
49
-
50
- Python
51
-
52
- ```python
53
- from aws_solutions_constructs.aws_lambda_eventbridge import LambdaToEventbridge
54
- from aws_cdk import (
55
- aws_lambda as _lambda,
56
- Stack
57
- )
58
- from constructs import Construct
59
-
60
- LambdaToEventbridge(self, 'LambdaToEventbridgePattern',
61
- lambda_function_props=_lambda.FunctionProps(
62
- code=_lambda.Code.from_asset('lambda'),
63
- runtime=_lambda.Runtime.PYTHON_3_11,
64
- handler='index.handler'
65
- )
66
- )
67
- ```
68
-
69
- Java
70
-
71
- ```java
72
- import software.constructs.Construct;
73
-
74
- import software.amazon.awscdk.Stack;
75
- import software.amazon.awscdk.StackProps;
76
- import software.amazon.awscdk.services.lambda.*;
77
- import software.amazon.awscdk.services.lambda.Runtime;
78
- import software.amazon.awsconstructs.services.lambdaeventbridge.*;
79
-
80
- new LambdaToEventbridge(this, "LambdaToEventbridgePattern", new LambdaToEventbridgeProps.Builder()
81
- .lambdaFunctionProps(new FunctionProps.Builder()
82
- .runtime(Runtime.NODEJS_20_X)
83
- .code(Code.fromAsset("lambda"))
84
- .handler("index.handler")
85
- .build())
86
- .build());
87
- ```
88
-
89
- ## Pattern Construct Props
90
-
91
- | **Name** | **Type** | **Description** |
92
- |:-------------|:----------------|-----------------|
93
- |existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|An optional, existing Lambda function to be used instead of the default function. Providing both this and `lambdaFunctionProps` will cause an error.|
94
- |lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user-provided properties to override the default properties for the Lambda function. |
95
- |existingEventBusInterface?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)| Optional user-provided custom EventBus for construct to use. Providing both this and `eventBusProps` results an error.|
96
- |eventBusProps?|[`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html)|Optional user-provided properties to override the default properties when creating a custom EventBus. Setting this value to `{}` will create a custom EventBus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the `default` EventBus. Providing both this and `existingEventBusInterface` results an error.|
97
- |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon EventBridge. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
98
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
99
- |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
100
- |eventBusEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the Event bus. Default: EVENTBUS_NAME |
101
-
102
- ## Pattern Properties
103
-
104
- | **Name** | **Type** | **Description** |
105
- |:-------------|:----------------|-----------------|
106
- |lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of the Lambda function created by the pattern.|
107
- |eventBus?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)|Returns the instance of events.IEventBus used by the construct|
108
- |vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|
109
-
110
- ## Default settings
111
-
112
- Out of the box implementation of the Construct without any override will set the following defaults:
113
-
114
- ### AWS Lambda Function
115
-
116
- * Configure limited privilege access IAM role for Lambda function.
117
- * Enable reusing connections with Keep-Alive for NodeJs Lambda function.
118
- * Allow the function to put events to EventBus (custom EventBus can be used by specifying `existingEventBusInterface` or `eventBusProps` property).
119
- * Enable X-Ray Tracing
120
- * Set Environment Variables
121
-
122
- * EVENTBUS_NAME
123
- * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)
124
-
125
- ## Architecture
126
-
127
- ![Architecture Diagram](architecture.png)
128
-
129
- ---
130
-
131
-
132
- © Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-eventbridge/README.adoc)
133
3
  '''
134
4
  from pkgutil import extend_path
135
5
  __path__ = extend_path(__path__, __name__)
@@ -34,9 +34,9 @@ import constructs._jsii
34
34
 
35
35
  __jsii_assembly__ = jsii.JSIIAssembly.load(
36
36
  "@aws-solutions-constructs/aws-lambda-eventbridge",
37
- "2.85.2",
37
+ "2.85.3",
38
38
  __name__[0:-6],
39
- "aws-lambda-eventbridge@2.85.2.jsii.tgz",
39
+ "aws-lambda-eventbridge@2.85.3.jsii.tgz",
40
40
  )
41
41
 
42
42
  __all__ = [
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.1
2
+ Name: aws-solutions-constructs.aws-lambda-eventbridge
3
+ Version: 2.85.3
4
+ Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon EventBridge.
5
+ Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
+ Author: Amazon Web Services
7
+ License: Apache-2.0
8
+ Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Programming Language :: JavaScript
12
+ Classifier: Programming Language :: Python :: 3 :: Only
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Typing :: Typed
17
+ Classifier: License :: OSI Approved
18
+ Requires-Python: ~=3.9
19
+ Description-Content-Type: text/markdown
20
+ License-File: LICENSE
21
+ Requires-Dist: aws-cdk-lib<3.0.0,>=2.193.0
22
+ Requires-Dist: aws-solutions-constructs.core==2.85.3
23
+ Requires-Dist: constructs<11.0.0,>=10.0.0
24
+ Requires-Dist: jsii<2.0.0,>=1.111.0
25
+ Requires-Dist: publication>=0.0.3
26
+ Requires-Dist: typeguard<4.3.0,>=2.13.3
27
+
28
+ Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-eventbridge/README.adoc)
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_eventbridge.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_lambda_eventbridge/__init__.py
12
12
  src/aws_solutions_constructs/aws_lambda_eventbridge/py.typed
13
13
  src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/aws-lambda-eventbridge@2.85.2.jsii.tgz
14
+ src/aws_solutions_constructs/aws_lambda_eventbridge/_jsii/aws-lambda-eventbridge@2.85.3.jsii.tgz
@@ -1,5 +1,5 @@
1
1
  aws-cdk-lib<3.0.0,>=2.193.0
2
- aws-solutions-constructs.core==2.85.2
2
+ aws-solutions-constructs.core==2.85.3
3
3
  constructs<11.0.0,>=10.0.0
4
4
  jsii<2.0.0,>=1.111.0
5
5
  publication>=0.0.3
@@ -1,158 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: aws-solutions-constructs.aws-lambda-eventbridge
3
- Version: 2.85.2
4
- Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon EventBridge.
5
- Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
- Author: Amazon Web Services
7
- License: Apache-2.0
8
- Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
9
- Classifier: Intended Audience :: Developers
10
- Classifier: Operating System :: OS Independent
11
- Classifier: Programming Language :: JavaScript
12
- Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Typing :: Typed
17
- Classifier: License :: OSI Approved
18
- Requires-Python: ~=3.9
19
- Description-Content-Type: text/markdown
20
- License-File: LICENSE
21
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.193.0
22
- Requires-Dist: aws-solutions-constructs.core==2.85.2
23
- Requires-Dist: constructs<11.0.0,>=10.0.0
24
- Requires-Dist: jsii<2.0.0,>=1.111.0
25
- Requires-Dist: publication>=0.0.3
26
- Requires-Dist: typeguard<4.3.0,>=2.13.3
27
-
28
- # aws-lambda-eventbridge module
29
-
30
- <!--BEGIN STABILITY BANNER-->---
31
-
32
-
33
- ![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
34
-
35
- > All classes are under active development and subject to non-backward compatible changes or removal in any
36
- > future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
37
- > This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
38
-
39
- ---
40
- <!--END STABILITY BANNER-->
41
-
42
- | **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
43
- |:-------------|:-------------|
44
-
45
- <div style="height:8px"></div>
46
-
47
- | **Language** | **Package** |
48
- |:-------------|-----------------|
49
- |![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_eventbridge`|
50
- |![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-eventbridge`|
51
- |![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdaeventbridge`|
52
-
53
- ## Overview
54
-
55
- This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon EventBridge.
56
-
57
- Here is a minimal deployable pattern definition:
58
-
59
- Typescript
60
-
61
- ```python
62
- import { Construct } from 'constructs';
63
- import { Stack, StackProps, Aws } from 'aws-cdk-lib';
64
- import { LambdaToEventbridge, LambdaToEventbridgeProps } from "@aws-solutions-constructs/aws-lambda-eventbridge";
65
- import * as lambda from 'aws-cdk-lib/aws-lambda';
66
-
67
- new LambdaToEventbridge(this, 'LambdaToEventbridgePattern', {
68
- lambdaFunctionProps: {
69
- runtime: lambda.Runtime.NODEJS_20_X,
70
- handler: 'index.handler',
71
- code: lambda.Code.fromAsset(`lambda`)
72
- }
73
- });
74
- ```
75
-
76
- Python
77
-
78
- ```python
79
- from aws_solutions_constructs.aws_lambda_eventbridge import LambdaToEventbridge
80
- from aws_cdk import (
81
- aws_lambda as _lambda,
82
- Stack
83
- )
84
- from constructs import Construct
85
-
86
- LambdaToEventbridge(self, 'LambdaToEventbridgePattern',
87
- lambda_function_props=_lambda.FunctionProps(
88
- code=_lambda.Code.from_asset('lambda'),
89
- runtime=_lambda.Runtime.PYTHON_3_11,
90
- handler='index.handler'
91
- )
92
- )
93
- ```
94
-
95
- Java
96
-
97
- ```java
98
- import software.constructs.Construct;
99
-
100
- import software.amazon.awscdk.Stack;
101
- import software.amazon.awscdk.StackProps;
102
- import software.amazon.awscdk.services.lambda.*;
103
- import software.amazon.awscdk.services.lambda.Runtime;
104
- import software.amazon.awsconstructs.services.lambdaeventbridge.*;
105
-
106
- new LambdaToEventbridge(this, "LambdaToEventbridgePattern", new LambdaToEventbridgeProps.Builder()
107
- .lambdaFunctionProps(new FunctionProps.Builder()
108
- .runtime(Runtime.NODEJS_20_X)
109
- .code(Code.fromAsset("lambda"))
110
- .handler("index.handler")
111
- .build())
112
- .build());
113
- ```
114
-
115
- ## Pattern Construct Props
116
-
117
- | **Name** | **Type** | **Description** |
118
- |:-------------|:----------------|-----------------|
119
- |existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|An optional, existing Lambda function to be used instead of the default function. Providing both this and `lambdaFunctionProps` will cause an error.|
120
- |lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user-provided properties to override the default properties for the Lambda function. |
121
- |existingEventBusInterface?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)| Optional user-provided custom EventBus for construct to use. Providing both this and `eventBusProps` results an error.|
122
- |eventBusProps?|[`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html)|Optional user-provided properties to override the default properties when creating a custom EventBus. Setting this value to `{}` will create a custom EventBus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the `default` EventBus. Providing both this and `existingEventBusInterface` results an error.|
123
- |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon EventBridge. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
124
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
125
- |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
126
- |eventBusEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the Event bus. Default: EVENTBUS_NAME |
127
-
128
- ## Pattern Properties
129
-
130
- | **Name** | **Type** | **Description** |
131
- |:-------------|:----------------|-----------------|
132
- |lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of the Lambda function created by the pattern.|
133
- |eventBus?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)|Returns the instance of events.IEventBus used by the construct|
134
- |vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|
135
-
136
- ## Default settings
137
-
138
- Out of the box implementation of the Construct without any override will set the following defaults:
139
-
140
- ### AWS Lambda Function
141
-
142
- * Configure limited privilege access IAM role for Lambda function.
143
- * Enable reusing connections with Keep-Alive for NodeJs Lambda function.
144
- * Allow the function to put events to EventBus (custom EventBus can be used by specifying `existingEventBusInterface` or `eventBusProps` property).
145
- * Enable X-Ray Tracing
146
- * Set Environment Variables
147
-
148
- * EVENTBUS_NAME
149
- * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)
150
-
151
- ## Architecture
152
-
153
- ![Architecture Diagram](architecture.png)
154
-
155
- ---
156
-
157
-
158
- © Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -1,131 +0,0 @@
1
- # aws-lambda-eventbridge module
2
-
3
- <!--BEGIN STABILITY BANNER-->---
4
-
5
-
6
- ![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
7
-
8
- > All classes are under active development and subject to non-backward compatible changes or removal in any
9
- > future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
10
- > This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
11
-
12
- ---
13
- <!--END STABILITY BANNER-->
14
-
15
- | **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
16
- |:-------------|:-------------|
17
-
18
- <div style="height:8px"></div>
19
-
20
- | **Language** | **Package** |
21
- |:-------------|-----------------|
22
- |![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_eventbridge`|
23
- |![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-eventbridge`|
24
- |![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdaeventbridge`|
25
-
26
- ## Overview
27
-
28
- This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon EventBridge.
29
-
30
- Here is a minimal deployable pattern definition:
31
-
32
- Typescript
33
-
34
- ```python
35
- import { Construct } from 'constructs';
36
- import { Stack, StackProps, Aws } from 'aws-cdk-lib';
37
- import { LambdaToEventbridge, LambdaToEventbridgeProps } from "@aws-solutions-constructs/aws-lambda-eventbridge";
38
- import * as lambda from 'aws-cdk-lib/aws-lambda';
39
-
40
- new LambdaToEventbridge(this, 'LambdaToEventbridgePattern', {
41
- lambdaFunctionProps: {
42
- runtime: lambda.Runtime.NODEJS_20_X,
43
- handler: 'index.handler',
44
- code: lambda.Code.fromAsset(`lambda`)
45
- }
46
- });
47
- ```
48
-
49
- Python
50
-
51
- ```python
52
- from aws_solutions_constructs.aws_lambda_eventbridge import LambdaToEventbridge
53
- from aws_cdk import (
54
- aws_lambda as _lambda,
55
- Stack
56
- )
57
- from constructs import Construct
58
-
59
- LambdaToEventbridge(self, 'LambdaToEventbridgePattern',
60
- lambda_function_props=_lambda.FunctionProps(
61
- code=_lambda.Code.from_asset('lambda'),
62
- runtime=_lambda.Runtime.PYTHON_3_11,
63
- handler='index.handler'
64
- )
65
- )
66
- ```
67
-
68
- Java
69
-
70
- ```java
71
- import software.constructs.Construct;
72
-
73
- import software.amazon.awscdk.Stack;
74
- import software.amazon.awscdk.StackProps;
75
- import software.amazon.awscdk.services.lambda.*;
76
- import software.amazon.awscdk.services.lambda.Runtime;
77
- import software.amazon.awsconstructs.services.lambdaeventbridge.*;
78
-
79
- new LambdaToEventbridge(this, "LambdaToEventbridgePattern", new LambdaToEventbridgeProps.Builder()
80
- .lambdaFunctionProps(new FunctionProps.Builder()
81
- .runtime(Runtime.NODEJS_20_X)
82
- .code(Code.fromAsset("lambda"))
83
- .handler("index.handler")
84
- .build())
85
- .build());
86
- ```
87
-
88
- ## Pattern Construct Props
89
-
90
- | **Name** | **Type** | **Description** |
91
- |:-------------|:----------------|-----------------|
92
- |existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|An optional, existing Lambda function to be used instead of the default function. Providing both this and `lambdaFunctionProps` will cause an error.|
93
- |lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user-provided properties to override the default properties for the Lambda function. |
94
- |existingEventBusInterface?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)| Optional user-provided custom EventBus for construct to use. Providing both this and `eventBusProps` results an error.|
95
- |eventBusProps?|[`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html)|Optional user-provided properties to override the default properties when creating a custom EventBus. Setting this value to `{}` will create a custom EventBus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the `default` EventBus. Providing both this and `existingEventBusInterface` results an error.|
96
- |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon EventBridge. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
97
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
98
- |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
99
- |eventBusEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the Event bus. Default: EVENTBUS_NAME |
100
-
101
- ## Pattern Properties
102
-
103
- | **Name** | **Type** | **Description** |
104
- |:-------------|:----------------|-----------------|
105
- |lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of the Lambda function created by the pattern.|
106
- |eventBus?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)|Returns the instance of events.IEventBus used by the construct|
107
- |vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|
108
-
109
- ## Default settings
110
-
111
- Out of the box implementation of the Construct without any override will set the following defaults:
112
-
113
- ### AWS Lambda Function
114
-
115
- * Configure limited privilege access IAM role for Lambda function.
116
- * Enable reusing connections with Keep-Alive for NodeJs Lambda function.
117
- * Allow the function to put events to EventBus (custom EventBus can be used by specifying `existingEventBusInterface` or `eventBusProps` property).
118
- * Enable X-Ray Tracing
119
- * Set Environment Variables
120
-
121
- * EVENTBUS_NAME
122
- * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)
123
-
124
- ## Architecture
125
-
126
- ![Architecture Diagram](architecture.png)
127
-
128
- ---
129
-
130
-
131
- © Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -1,158 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: aws-solutions-constructs.aws-lambda-eventbridge
3
- Version: 2.85.2
4
- Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon EventBridge.
5
- Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
- Author: Amazon Web Services
7
- License: Apache-2.0
8
- Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
9
- Classifier: Intended Audience :: Developers
10
- Classifier: Operating System :: OS Independent
11
- Classifier: Programming Language :: JavaScript
12
- Classifier: Programming Language :: Python :: 3 :: Only
13
- Classifier: Programming Language :: Python :: 3.9
14
- Classifier: Programming Language :: Python :: 3.10
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Typing :: Typed
17
- Classifier: License :: OSI Approved
18
- Requires-Python: ~=3.9
19
- Description-Content-Type: text/markdown
20
- License-File: LICENSE
21
- Requires-Dist: aws-cdk-lib<3.0.0,>=2.193.0
22
- Requires-Dist: aws-solutions-constructs.core==2.85.2
23
- Requires-Dist: constructs<11.0.0,>=10.0.0
24
- Requires-Dist: jsii<2.0.0,>=1.111.0
25
- Requires-Dist: publication>=0.0.3
26
- Requires-Dist: typeguard<4.3.0,>=2.13.3
27
-
28
- # aws-lambda-eventbridge module
29
-
30
- <!--BEGIN STABILITY BANNER-->---
31
-
32
-
33
- ![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge)
34
-
35
- > All classes are under active development and subject to non-backward compatible changes or removal in any
36
- > future version. These are not subject to the [Semantic Versioning](https://semver.org/) model.
37
- > This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
38
-
39
- ---
40
- <!--END STABILITY BANNER-->
41
-
42
- | **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
43
- |:-------------|:-------------|
44
-
45
- <div style="height:8px"></div>
46
-
47
- | **Language** | **Package** |
48
- |:-------------|-----------------|
49
- |![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png) Python|`aws_solutions_constructs.aws_lambda_eventbridge`|
50
- |![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png) Typescript|`@aws-solutions-constructs/aws-lambda-eventbridge`|
51
- |![Java Logo](https://docs.aws.amazon.com/cdk/api/latest/img/java32.png) Java|`software.amazon.awsconstructs.services.lambdaeventbridge`|
52
-
53
- ## Overview
54
-
55
- This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon EventBridge.
56
-
57
- Here is a minimal deployable pattern definition:
58
-
59
- Typescript
60
-
61
- ```python
62
- import { Construct } from 'constructs';
63
- import { Stack, StackProps, Aws } from 'aws-cdk-lib';
64
- import { LambdaToEventbridge, LambdaToEventbridgeProps } from "@aws-solutions-constructs/aws-lambda-eventbridge";
65
- import * as lambda from 'aws-cdk-lib/aws-lambda';
66
-
67
- new LambdaToEventbridge(this, 'LambdaToEventbridgePattern', {
68
- lambdaFunctionProps: {
69
- runtime: lambda.Runtime.NODEJS_20_X,
70
- handler: 'index.handler',
71
- code: lambda.Code.fromAsset(`lambda`)
72
- }
73
- });
74
- ```
75
-
76
- Python
77
-
78
- ```python
79
- from aws_solutions_constructs.aws_lambda_eventbridge import LambdaToEventbridge
80
- from aws_cdk import (
81
- aws_lambda as _lambda,
82
- Stack
83
- )
84
- from constructs import Construct
85
-
86
- LambdaToEventbridge(self, 'LambdaToEventbridgePattern',
87
- lambda_function_props=_lambda.FunctionProps(
88
- code=_lambda.Code.from_asset('lambda'),
89
- runtime=_lambda.Runtime.PYTHON_3_11,
90
- handler='index.handler'
91
- )
92
- )
93
- ```
94
-
95
- Java
96
-
97
- ```java
98
- import software.constructs.Construct;
99
-
100
- import software.amazon.awscdk.Stack;
101
- import software.amazon.awscdk.StackProps;
102
- import software.amazon.awscdk.services.lambda.*;
103
- import software.amazon.awscdk.services.lambda.Runtime;
104
- import software.amazon.awsconstructs.services.lambdaeventbridge.*;
105
-
106
- new LambdaToEventbridge(this, "LambdaToEventbridgePattern", new LambdaToEventbridgeProps.Builder()
107
- .lambdaFunctionProps(new FunctionProps.Builder()
108
- .runtime(Runtime.NODEJS_20_X)
109
- .code(Code.fromAsset("lambda"))
110
- .handler("index.handler")
111
- .build())
112
- .build());
113
- ```
114
-
115
- ## Pattern Construct Props
116
-
117
- | **Name** | **Type** | **Description** |
118
- |:-------------|:----------------|-----------------|
119
- |existingLambdaObj?|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|An optional, existing Lambda function to be used instead of the default function. Providing both this and `lambdaFunctionProps` will cause an error.|
120
- |lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user-provided properties to override the default properties for the Lambda function. |
121
- |existingEventBusInterface?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)| Optional user-provided custom EventBus for construct to use. Providing both this and `eventBusProps` results an error.|
122
- |eventBusProps?|[`events.EventBusProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html)|Optional user-provided properties to override the default properties when creating a custom EventBus. Setting this value to `{}` will create a custom EventBus using all default properties. If neither this nor `existingEventBusInterface` is provided the construct will use the `default` EventBus. Providing both this and `existingEventBusInterface` results an error.|
123
- |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon EventBridge. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
124
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
125
- |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
126
- |eventBusEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the Event bus. Default: EVENTBUS_NAME |
127
-
128
- ## Pattern Properties
129
-
130
- | **Name** | **Type** | **Description** |
131
- |:-------------|:----------------|-----------------|
132
- |lambdaFunction|[`lambda.Function`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Returns an instance of the Lambda function created by the pattern.|
133
- |eventBus?|[`events.IEventBus`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.IEventBus.html)|Returns the instance of events.IEventBus used by the construct|
134
- |vpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|Returns an interface on the VPC used by the pattern (if any). This may be a VPC created by the pattern or the VPC supplied to the pattern constructor.|
135
-
136
- ## Default settings
137
-
138
- Out of the box implementation of the Construct without any override will set the following defaults:
139
-
140
- ### AWS Lambda Function
141
-
142
- * Configure limited privilege access IAM role for Lambda function.
143
- * Enable reusing connections with Keep-Alive for NodeJs Lambda function.
144
- * Allow the function to put events to EventBus (custom EventBus can be used by specifying `existingEventBusInterface` or `eventBusProps` property).
145
- * Enable X-Ray Tracing
146
- * Set Environment Variables
147
-
148
- * EVENTBUS_NAME
149
- * AWS_NODEJS_CONNECTION_REUSE_ENABLED (for Node 10.x and higher functions)
150
-
151
- ## Architecture
152
-
153
- ![Architecture Diagram](architecture.png)
154
-
155
- ---
156
-
157
-
158
- © Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.