0.0.15 • Published 1 month ago

@alma-cdk/cross-region-parameter v0.0.15

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago
npm i -D @alma-cdk/cross-region-parameter

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK.

diagram

🚧   Project Stability

experimental

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å!',
});
1.0.0-beta.8

1 month ago

1.0.0-beta.2

2 months ago

1.0.0-beta.3

2 months ago

1.0.0-beta.4

2 months ago

1.0.0-beta.5

2 months ago

1.0.0-beta.0

2 months ago

1.0.0-beta.1

2 months ago

1.0.0-beta.6

2 months ago

1.0.0-beta.7

2 months ago

0.0.15

2 months ago

0.0.14

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago