Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK
Project description
npm i -D @alma-cdk/cross-region-parameter
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK.
🚧 Project Stability
This construct is still versioned with v0
major version and breaking changes might be introduced if necessary (without a major version bump), though we aim to keep the API as stable as possible (even within v0
development). We aim to publish v1.0.0
soon and after that breaking changes will be introduced via major version bumps.
Getting Started
import { CrossRegionParameter } from "@alma-cdk/cross-region-parameter";
new CrossRegionParameter(this, 'SayHiToSweden', {
region: 'eu-north-1',
name: '/parameter/path/message',
description: 'Some message for the Swedes',
value: 'Hej då!',
});
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file alma-cdk.cross-region-parameter-0.0.14.tar.gz
.
File metadata
- Download URL: alma-cdk.cross-region-parameter-0.0.14.tar.gz
- Upload date:
- Size: 10.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1933332c18aeef90cf4c0506f060e6029ac1a6b308637425e28e5a578943dfc4 |
|
MD5 | 069fec05a86d737de6ed5e01dd77ca00 |
|
BLAKE2b-256 | 167f3bd215a7280eba099b6956b9de1f1750bab9ed3dac06dd47d4b147f384a3 |
File details
Details for the file alma_cdk.cross_region_parameter-0.0.14-py3-none-any.whl
.
File metadata
- Download URL: alma_cdk.cross_region_parameter-0.0.14-py3-none-any.whl
- Upload date:
- Size: 10.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3425983c30a2356d5108459dabb8dcb6c9aff4ddbca60e1f4b542799e3b3f09f |
|
MD5 | 71856b03d2d8bb8c8be71fe8e5e2f236 |
|
BLAKE2b-256 | 2dc3f1c339d986428240b7d1332971264dd22c17870c7d6c3755382221fe973b |