Cloud Development Kit (CDK)
Used for defining cloud infrastructure using familiar programming languages.
Supported languages:
- TypeScript
- JavaScript
- Python
- Java
- C#
Concepts
- Constructs: Represent resources or groups of resources
- Stacks: A single unit of deployment of one or more constructs.
- App: A collection of one or more stacks.