npm i -D @alma-cdk/cross-region-parameter
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK.
Prefer native CDK/CloudFormation features
[!IMPORTANT] Since CloudFormation's
Fn::GetStackOutput(May 2026) andaws-cdk-lib@2.254.0, CDK passes values across regions natively — no custom resources, no SSM round-trip. For most use cases you no longer need this package.
Fn::GetStackOutput resolves values inside CloudFormation at deploy time. Reach for
CrossRegionParameter only when you genuinely need an SSM Parameter to exist in the target
region — because it is read at runtime by an application, by another account or tool, or by
infrastructure that isn't part of this CDK app.
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å!',
});
Release files for alma-cdk.cross-region-parameter 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alma_cdk_cross_region_parameter-2.0.0.tar.gz | 103.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alma_cdk_cross_region_parameter-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 205.8 kB
Release files / alma_cdk_cross_region_parameter-2.0.0.tar.gz
| Download URL | alma_cdk_cross_region_parameter-2.0.0.tar.gz |
|---|---|
| Size | 103.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c1e4f55c1bea161fc564ec13f2303fd860530c52b39b9f9fb05912e95b3641c3
|
|
BLAKE2b-256 checksum How to use checksums |
760205ccfd4045f224fffca15200552f7190720e85621e3f1282a51832c85c89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.14.6
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / alma_cdk_cross_region_parameter-2.0.0-py3-none-any.whl
| Download URL | alma_cdk_cross_region_parameter-2.0.0-py3-none-any.whl |
|---|---|
| Size | 102.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
81d5015245f606ec0cff1b420102ef1d3f1edad48a86ffc41f9de5997029217d
|
|
BLAKE2b-256 checksum How to use checksums |
0a42662b87244e789d1ddcd37774c84971b91fc17ec7c3aa226fa10060bff4bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.14.6
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency log