#cloud-formation #cdk #aws #iac

rusty-cdk-core

Core of the rusty-cdk containing the builders, dtos and wrappers

13 releases (7 breaking)

Uses new Rust 2024

0.8.0 Feb 1, 2026
0.6.3 Jan 26, 2026
0.4.0 Dec 28, 2025

#10 in #cloud-formation


Used in 2 crates (via rusty-cdk)

MIT license

410KB
9K SLoC

Rusty CDK Core

This crate provides the core functionality for rusty-cdk. It contains the builders, DTOs (Data Transfer Objects), and wrappers for defining AWS resources.

Each AWS service has its own module (e.g., s3, lambda, dynamodb) which contains the necessary components to create and configure resources for that service.

This crate is not intended to be used directly. Instead, you should use the rusty-cdk crate, which re-exports components from this crate.

Dependencies

~37–54MB
~675K SLoC