Skip to main content

AWS CDK construct that allows you to get the latest Version of the AWS SSM Parameters

Project description

NPM version PyPI version Release

cdk-ssm-parameter-store

AWS CDK construct that allows you to get the latest Version of the AWS SSM Parameters.

Sample

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import cdk_ssm_parameter_store as param

stack = Stack(app, "testing-stack", env=env)

p = param.Provider(stack, "ParameterProvider")
foo_version = p.get("Foo").get_att_string("Version")
bar_version = p.get("Bar").get_att_string("Version")

CfnOutput(stack, "FooVersion", value=foo_version)
CfnOutput(stack, "BarVersion", value=bar_version)

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

cdk-ssm-parameter-store-0.1.91.tar.gz (50.4 kB view hashes)

Uploaded Source

Built Distribution

cdk_ssm_parameter_store-0.1.91-py3-none-any.whl (49.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page