{"id":13626392,"url":"https://github.com/alma-cdk/cross-region-parameter","last_synced_at":"2025-05-06T19:07:24.210Z","repository":{"id":57681338,"uuid":"469644691","full_name":"alma-cdk/cross-region-parameter","owner":"alma-cdk","description":"Store SSM Parameter into another AWS Region with AWS CDK","archived":false,"fork":false,"pushed_at":"2024-09-03T22:11:20.000Z","size":671,"stargazers_count":6,"open_issues_count":6,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-12-03T07:16:42.440Z","etag":null,"topics":["aws","aws-cdk","aws-cdk-construct","cdk","cross-region","paramater","ssm"],"latest_commit_sha":null,"homepage":"https://constructs.dev/packages/@alma-cdk/cross-region-parameter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alma-cdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-14T08:34:32.000Z","updated_at":"2024-05-26T21:33:35.000Z","dependencies_parsed_at":"2024-01-14T07:16:51.454Z","dependency_job_id":"d3f859e8-afa4-4bef-bf04-7da66fee4470","html_url":"https://github.com/alma-cdk/cross-region-parameter","commit_stats":{"total_commits":21,"total_committers":5,"mean_commits":4.2,"dds":"0.33333333333333337","last_synced_commit":"c73356d8f8126f0ab7352c208b4cca901a22790a"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alma-cdk%2Fcross-region-parameter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alma-cdk%2Fcross-region-parameter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alma-cdk%2Fcross-region-parameter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alma-cdk%2Fcross-region-parameter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alma-cdk","download_url":"https://codeload.github.com/alma-cdk/cross-region-parameter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229556111,"owners_count":18091708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cdk","aws-cdk-construct","cdk","cross-region","paramater","ssm"],"created_at":"2024-08-01T21:02:17.087Z","updated_at":"2024-12-13T14:31:17.335Z","avatar_url":"https://github.com/alma-cdk.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cbr/\u003e\n\t\u003cbr/\u003e\n  \u003ch1\u003e\n\t\u003cimg height=\"140\" src=\"assets/alma-cdk-cross-region-parameter.svg\" alt=\"Alma CDK Cross-Region Parameter\" /\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003c/h1\u003e\n\n  ```sh\n  npm i -D @alma-cdk/cross-region-parameter\n  ```\n\n  \u003cdiv align=\"left\"\u003e\n\n  Store [AWS SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html) Parameters into another AWS Region with AWS CDK.\n\n  \u003c/div\u003e\n  \u003cbr/\u003e\n\u003c/div\u003e\n\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![diagram](assets/diagram.svg)\n\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n## 🚧 \u0026nbsp; Project Stability\n\n![experimental](https://img.shields.io/badge/stability-experimental-yellow \"Stability: Experimental\")\n\nThis 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.\n\n\n\u003cbr/\u003e\n\n## Getting Started\n\n```ts\nimport { CrossRegionParameter } from \"@alma-cdk/cross-region-parameter\";\n\nnew CrossRegionParameter(this, 'SayHiToSweden', {\n  region: 'eu-north-1',\n  name: '/parameter/path/message',\n  description: 'Some message for the Swedes',\n  value: 'Hej då!',\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falma-cdk%2Fcross-region-parameter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falma-cdk%2Fcross-region-parameter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falma-cdk%2Fcross-region-parameter/lists"}