aws-cdk.aws-ssm
The CDK Construct Library for AWS::SSM
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-ssmuv
uv add aws-cdk-aws-ssmpoetry
poetry add aws-cdk-aws-ssmInstalling 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
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
aws-cdk.aws-samProvides AWS CDK v1 constructs for defining…
permissive · top 15,000 on PyPI
ssm-parameter-storeWrapper for AWS Systems Manager Parameter Store…
permissive · top 15,000 on PyPI
aws-cdk.aws-secretsmanagerAWS CDK construct library for provisioning and…
permissive · top 15,000 on PyPI
aws-cdk.aws-imagebuilderProvides AWS CDK L1 constructs for defining and…
permissive · top 15,000 on PyPI
aws-cdk.aws-stepfunctionsProvides Python constructs for defining AWS…
permissive · top 15,000 on PyPI
aws-cdk.aws-autoscaling-commonProvides shared internal implementation details…
permissive · top 15,000 on PyPI
aws-cdk.cloud-assembly-schemaProvides the schema and structures for AWS CDK…
permissive · top 5,000 on PyPI
aws-cdk.aws-acmpcaProvides AWS CDK constructs for working with…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3Defines AWS S3 buckets and related resources as…
permissive · top 15,000 on PyPI
aws-cdk.aws-sqsProvides AWS CDK constructs for defining Amazon…
permissive · top 15,000 on PyPI