
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@pepperize/cdk-ssm-parameters-cross-region
Advanced tools
Store, read and lookup AWS SSM Parameters cross-region
Store, read and lookup AWS SSM Parameters cross-region
Currently, only supports StringParameter except simple name. Implements
aws_ssm.IParameterand can be used asaws_ssm.StringParameterreplacement.
npm install @pepperize/cdk-ssm-parameters-cross-region
or
yarn add @pepperize/cdk-ssm-parameters-cross-region
pip install pepperize.cdk-ssm-parameters-cross-region
dotnet add package Pepperize.CDK.SsmParametersCrossRegion
<dependency>
<groupId>com.pepperize</groupId>
<artifactId>cdk-ssm-parameters-cross-region</artifactId>
<version>${cdkSsmParametersCrossRegion.version}</version>
</dependency>
new StringParameter(scope, "PutParameter", {
region: "eu-central-1",
parameterName: "/path/name/example",
stringValue: "Say hello from another region",
});
See StringParameter
StringParameter.fromStringParameterName(scope, "GetParameter", "eu-central-1", "/path/name/example");
See StringParameter.fromStringParameterName
StringParameter.valueFromLookup(scope, "eu-central-1", "/path/name/example");
FAQs
Store, read and lookup AWS SSM Parameters cross-region
The npm package @pepperize/cdk-ssm-parameters-cross-region receives a total of 1,503 weekly downloads. As such, @pepperize/cdk-ssm-parameters-cross-region popularity was classified as popular.
We found that @pepperize/cdk-ssm-parameters-cross-region demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.