Skip to main content

aws-cdk-ssm-sdk-parameter

Project description

NPM version PyPI version Release

aws-cdk-ssm-sdk-parameter

Thats an AWS CDK Construct for get and set the value of an SSM parameter. It is designed to be loose coupled and be not managed through AWS CDK / Cloudformation so that the SSM parameter can exist across different stacks and be updated without causing a drift. The looseness is reached through using CFN Custom Resources.

The implementation simply leverages AwsCustomResource as an SDK wrapper for:

Features

  • If the parameter doesn't exist, it will be created. Otherwise it pulls the current value of the parameter.
  • optional delete when destroying the stack

Use Case

Initialize a parameter to some value upon creation, but allow it to diverge during future CDK deployments.

SSM StringParameter APP_VERSION of an image is used across ECS deployments. New ECS deployments use that latest version value in it. APP_VERSION isn't managed / editable with CDK but if APP_VERSION wouldn't exist you can specify kind of default.

Example

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
stack = cdk.Stack(app, "ssm-demo-stack", env=env)

# Create a loose coupled SSM Parameter from type String
SSMParameter(stack, "SSMParameter",
    parameter_name="fooString",
    default_value="fooValue"
)

# Create a loose coupled SSM Parameter from type StringList
SSMParameter(stack, "SSMParameterStringList",
    parameter_name="fooStringList",
    default_value="fooValue1,fooValue2,fooValue3",
    type=SSMParameterType.StringList
)

# Delete the SSM Parameter if the stack gets deleted
SSMParameter(stack, "SSMParameterWithDelete",
    parameter_name="fooWithDelete",
    default_value="fooValue",
    delete=True
)

Local Testing

For local testing simply run

yarn deploy --profile X

For destroying use

yarn destroy --profile X

Limitation

  • SSM SecureString Parameter are not supported
  • default description are not supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cdk-ssm-sdk-parameter-0.0.9.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_cdk_ssm_sdk_parameter-0.0.9-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

File details

Details for the file aws-cdk-ssm-sdk-parameter-0.0.9.tar.gz.

File metadata

  • Download URL: aws-cdk-ssm-sdk-parameter-0.0.9.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9

File hashes

Hashes for aws-cdk-ssm-sdk-parameter-0.0.9.tar.gz
Algorithm Hash digest
SHA256 ca035dc836ce827f8ff7aa207af13f15a612e9693bc01a20a78ae7c010fb023d
MD5 9c21b2b20d2b8c633baf5eb9a54c3fc3
BLAKE2b-256 2a2c1a9ed6cd8f0f6cb4ca72556f79779c738d58c307bc6e6d0e69fe8b847df6

See more details on using hashes here.

File details

Details for the file aws_cdk_ssm_sdk_parameter-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: aws_cdk_ssm_sdk_parameter-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9

File hashes

Hashes for aws_cdk_ssm_sdk_parameter-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 6f28d1efd8164ff836e3555bd4bba05553f355522e6083fb9ae2d1d8ddfe39f5
MD5 463c0d761661e9bd3777eb2f3a2f75b1
BLAKE2b-256 8db822ac114b8c2d166acd3ab0a7b140f829a7775044d69fc300a288ec885bc1

See more details on using hashes here.

Supported by

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