skillfed

aws-cdk.aws-ssm

The CDK Construct Library for AWS::SSM

aws-cdk-aws-ssm v1.204.0 169.8K downloads/30d#10,407 on PyPI12,868
Permissive license Apache-2.0 Active released

What it is and what it does

This package provides Python constructs for AWS CDK v1 that let you define AWS Systems Manager Parameter Store resources in code. It wraps SSM parameter creation and retrieval into reusable CDK components, allowing you to create string and string-list parameters, reference existing parameters by name, and grant read/write permissions to IAM roles. The module integrates with the broader CDK ecosystem through dependencies on aws-cdk.core, aws-cdk.aws-iam, and aws-cdk.aws-kms for encryption support.

The package is part of the AWS CDK v1 library, which is no longer receiving updates. While the repository remains active and the package itself has no known vulnerabilities, AWS officially recommends migrating to CDK v2 for new projects. Existing v1 users can continue to use this package, but should plan a migration path.

Use it for:

  • Define SSM string parameters in CDK stacks and grant read access to application roles for configuration management.
  • Create SSM string-list parameters to store comma-separated or multi-value configuration data in infrastructure code.
  • Reference existing SSM parameters by name in CDK apps to retrieve values for use in other resource definitions.
  • Automate parameter creation with validation patterns to enforce naming or format conventions across infrastructure.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides CDK constructs for defining AWS Systems Manager Parameter Store resources (string and list parameters) in infrastructure-as-code, enabling programmatic creation and reference of SSM parameters.

Yes, if you are actively using AWS CDK v1 and need to manage SSM parameters as code. No, if starting a new project—use AWS CDK v2 instead. The package is stable and dependency-light, but its end-of-support status means it will not receive updates for new AWS features or security patches beyond what v1 itself receives.

Install

aws-cdk-aws-ssm on PyPI

pip

pip install aws-cdk-aws-ssm

uv

uv add aws-cdk-aws-ssm

poetry

poetry add aws-cdk-aws-ssm

Installing aws-cdk.aws-ssm

Before you install

Low install friction with a wheel distribution. Maintenance status is active, though the package is part of AWS CDK v1, which reached end-of-support on 2023-06-01; users are advised to migrate to AWS CDK v2.

License in practice

Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions.

Quickstart

pip install aws-cdk.aws-ssm

import aws_cdk.aws_ssm as ssm

param = ssm.StringParameter(stack, "MyParam",
    string_value="Initial value"
)
param.grant_read(role)

Requires AWS CDK v1 environment; AWS CDK v1 is end-of-support as of 2023-06-01 and migration to v2 is recommended.

Verify before relying

  • Whether existing CDK v1 projects can safely continue using this package or face breaking changes in AWS service updates.
  • Performance characteristics when managing large numbers of parameters or parameter versions.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 8 — aws-cdk.aws-iam, aws-cdk.aws-kms, aws-cdk.cloud-assembly-schema, aws-cdk.core, constructs, jsii, publication, typeguard
Maintenance actively maintained — 1,152 days since the last release
Last repo commit
First released
Downloads 169,767/month — #10,407 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aws_cdk.aws_ssm-1.204.0-py3-none-any.whl

Development Status :: 7 - InactiveFramework :: AWS CDKFramework :: AWS CDK :: 1Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws cdk ssm parameter storeinfrastructure as code parameter managementcdk aws systems managerssm parameter constructsaws parameter store automation
aws-cdkinfrastructure-as-codedeprecated-v1

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

aws-cdk.aws-sam

Provides AWS CDK v1 constructs for defining…

permissive · top 15,000 on PyPI

ssm-parameter-store

Wrapper for AWS Systems Manager Parameter Store…

permissive · top 15,000 on PyPI

aws-cdk.aws-secretsmanager

AWS CDK construct library for provisioning and…

permissive · top 15,000 on PyPI

aws-cdk.aws-imagebuilder

Provides AWS CDK L1 constructs for defining and…

permissive · top 15,000 on PyPI

aws-cdk.aws-stepfunctions

Provides Python constructs for defining AWS…

permissive · top 15,000 on PyPI

aws-cdk.aws-autoscaling-common

Provides shared internal implementation details…

permissive · top 15,000 on PyPI

aws-cdk.cloud-assembly-schema

Provides the schema and structures for AWS CDK…

permissive · top 5,000 on PyPI

aws-cdk.aws-acmpca

Provides AWS CDK constructs for working with…

permissive · top 15,000 on PyPI

aws-cdk.aws-s3

Defines AWS S3 buckets and related resources as…

permissive · top 15,000 on PyPI

aws-cdk.aws-sqs

Provides AWS CDK constructs for defining Amazon…

permissive · top 15,000 on PyPI