rusty-cdk 0.6.0

A safer alternative to the AWS CDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Rusty CDK

This crate is the main entry point for `rusty-cdk`. It combines and re-exports `rusty-cdk-core` and `rusty-cdk-macros` to provide a seamless experience for defining and deploying AWS infrastructure.

`rusty-cdk` is a safer alternative to the AWS CDK, written in Rust.

## Features

*   **Define Infrastructure in Rust:** Use the power of Rust's type system to define your AWS resources.
*   **Deploy, Diff, and Destroy:** Provides the command-line logic to manage the lifecycle of your CloudFormation stacks.
*   **Safety:** Leverages the Rust compiler to catch errors before deployment.

This crate is intended to be used as a library in your own binary crate that defines your infrastructure stack.