skillfed

aws-cdk.cloud-assembly-schema

Schema for the protocol between CDK framework and CDK CLI

aws-cdk-cloud-assembly-schema v54.18.0 6.7M downloads/30d#1,874 on PyPI12,868
Permissive license Apache-2.0 Active released

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-schema

uv

uv add aws-cdk-cloud-assembly-schema

poetry

poetry add aws-cdk-cloud-assembly-schema

Installing 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

Development Status :: 5 - Production/StableFramework :: AWS CDKFramework :: AWS CDK :: 2Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Typing :: Typed

Tags

cdk cloud assembly schemaaws cdk manifest validationcloud assembly protocolcdk synthesis output schemamanifest.json schemacdk deployment instructionscloud assembly versioning
aws-cdkinfrastructure-as-codeschema-validation

More Build Tools packages