# @aws-cdk/cloud-assembly-api

> API for working with Cloud Assemblies

Latest version **2.4.0** (published 2026-08-26) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @aws-cdk/cloud-assembly-api
pnpm add @aws-cdk/cloud-assembly-api
yarn add @aws-cdk/cloud-assembly-api
bun add @aws-cdk/cloud-assembly-api
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 2.4.0 |
| Published | 2026-08-26 |
| First published | 2026-01-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 18.0.0 |
| Dependencies | 3 |
| Unpacked size | 312.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 105 |
| Author | Amazon Web Services |
| Maintainers | amzn-oss, aws-cdk-team |
| Keywords | aws, cdk |

## Links

- npm: https://www.npmjs.com/package/@aws-cdk/cloud-assembly-api
- Repository: https://github.com/aws/aws-cdk-cli
- Homepage: https://github.com/aws/aws-cdk
- Issues: https://github.com/aws/aws-cdk-cli/issues
- npm.io page: https://npm.io/package/@aws-cdk/cloud-assembly-api

## Dependencies (3)

- [semver](https://npm.io/package/semver.md) ^7.8.5
- [jsonschema](https://npm.io/package/jsonschema.md) ^1.5.0
- [json-source-map](https://npm.io/package/json-source-map.md) ^0.6.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.4.0 (latest) — 2026-08-26
- 2.3.0 — 2026-07-16
- 2.2.6 — 2026-06-22
- 2.2.5 — 2026-05-27
- 2.2.4 — 2026-05-19
- 2.2.3 — 2026-05-06
- 2.2.2 — 2026-04-16
- 2.2.1 — 2026-03-26
- 2.2.0 — 2026-02-26
- 2.1.1 — 2026-02-18
- 2.1.0 — 2026-02-12
- 2.0.1 — 2026-01-28
- 2.0.0 — 2026-01-22
- 0.0.1 — 2026-01-22

## README

# Cloud Assembly API

This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

It provides routines to save and load Cloud Assembly manifests, as defined in
the `@aws-cdk/cloud-assembly-schema` package.

A lot of this code used to live in the `@aws-cdk/cx-api` package, but has been
extracted from it to its own package. That original package used to define the
`Cloud Executable <--> CDK CLI` contract in both directions, but this
responsibility has now been split:

```
┌────────────────────────┐  @/cloud-assembly-api   ┌────────────────┐
│                        │────────────────────────▶│                │
│    Cloud Executable    │                         │    CDK CLI     │
│                        │◀────────────────────────│                │
└────────────────────────┘         @/cx-api        └────────────────┘
```

---
_Source: https://npm.io/package/@aws-cdk/cloud-assembly-api · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
