aws-cdk.cloud-assembly-schema
Schema for the protocol between CDK framework and CDK CLI
What it is and what it does
This package provides the canonical schema definition for AWS CDK Cloud Assembly manifest files—the structured output produced by the CDK synthesis operation that instructs deployment tooling how to deploy infrastructure. It contains the TypeScript structs and generated JSON schema that define the versioned protocol between the CDK framework and consumers like the CDK CLI.
The package is part of the AWS CDK project and defines how the assembly communicates deployment instructions. Since the schema version follows semantic versioning with every schema change treated as a major version bump, consumers must verify that a manifest's schema version matches their expectations before deployment to ensure all instructions are understood.
Use it for:
- Validate manifest.json files from CDK synthesis output against the canonical schema.
- Parse Cloud Assembly manifests programmatically to extract deployment instructions.
- Ensure compatibility between CDK versions and deployment tooling by checking manifest schema versions.
- Integrate CDK-generated artifacts into custom deployment pipelines.
- Develop tooling that consumes Cloud Assembly output independently of the CDK CLI.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the schema and structures for AWS CDK Cloud Assembly manifest files, enabling validation and interpretation of synthesis output.
Yes, if you are building tooling that consumes AWS CDK Cloud Assemblies or need to validate manifest files programmatically. The package is actively maintained, has no known vulnerabilities, and provides essential infrastructure for non-CLI-based CDK workflows. Not needed if you only use standard CDK CLI deployment.
Install
aws-cdk-cloud-assembly-schema on PyPI
pip
pip install aws-cdk-cloud-assembly-schemauv
uv add aws-cdk-cloud-assembly-schemapoetry
poetry add aws-cdk-cloud-assembly-schemaInstalling aws-cdk.cloud-assembly-schema
Before you install
Active maintenance with a recent release (2 days old) and low install friction. Depends on jsii and publication.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install aws-cdk-cloud-assembly-schema
import aws_cdk.cloud_assembly_schema
Requires Python 3.10 or later.
Verify before relying
- Whether the package provides a JSON schema file for use with external validators.
- Specific validation methods or utilities available in the package API.
- How to programmatically load and validate manifest.json files using this package.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — jsii, publication |
| Maintenance | actively maintained — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,674,011/month — #1,874 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aws_cdk_cloud_assembly_schema-54.18.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.cx-apiProvides the cloud executable protocol and…
permissive · top 15,000 on PyPI
aws-cdk.aws-cloudformationDefines AWS CloudFormation resources…
permissive · top 15,000 on PyPI
aws-cdk.assetsProvides Python bindings for AWS CDK asset…
permissive · top 15,000 on PyPI
aws-cdk.coreProvides the core construct classes and stack…
permissive · top 15,000 on PyPI
aws-cdk.aws-ssmProvides CDK constructs for defining AWS…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3-deploymentDeploys files and directories to AWS S3 buckets…
permissive · top 15,000 on PyPI
aws-cdk-libProvides Python APIs to define and deploy AWS…
permissive · top 5,000 on PyPI
aws-cdk.aws-imagebuilderProvides AWS CDK L1 constructs for defining and…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3-assetsPackages local files and directories for…
permissive · top 15,000 on PyPI
aws-cdk.aws-servicediscoveryProvides AWS CDK constructs for defining and…
permissive · top 15,000 on PyPI