Skip to content

CDK Constructs for cross-region SSM Parameters and resources

License

Notifications You must be signed in to change notification settings

henrist/cdk-cross-region-params

Repository files navigation

CDK Constructs for cross-region SSM Parameters and resources

Usage

npm install @henrist/cdk-cross-region-params

See the individual constructs for details:

  • CrossRegionParameter - Store a SSM Parameter in another region.
  • ParameterReader - Read SSM Parameter as part of CloudFormation deployment, with support for cross-region lookup.
  • ParameterResource - Define a resource to be available for lookup from another region.