The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation. It offers a high-level object-oriented abstraction to define AWS resources imperatively using the power of modern programming languages.
Basically, you build your infrastructure in typescript. 🤩
Here's what I used for the demo.
Same demo, bigger audience: https://www.youtube.com/watch?v=bz4jTx4v-l8
Awesome CDK: https://github.com/kolomied/awesome-cdk