CDK (Cloud Development Kit)
Write IaC using an imperative language
CDK transpiles into CloudFormation templates
- JavaScript, Typescirpt
- Python
- Java
- .NET
CDK’s API may yet to have implemented APIs to every AWS resource available in CloudFormation
TypeScript will likely have the most available APIs implemented and other languages will work to catch up.