@evandam93/multi-region-cdk-utils
v0.0.1
Published
A collection of utilities and helpers for AWS Cloud Development Kit (CDK) projects that require multi-region support.
Readme
Multi Region CDK Utils
A collection of utilities and helpers for AWS Cloud Development Kit (CDK) projects that require multi-region support.
Root Stack
The root stack is responsible for deploying resources that are shared across multiple regions. It also manages the deployment of regional stacks.
Service Stack
The service stack is deployed in each specified region and contains resources that are specific to that region.
