Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 591 Bytes

20200922_aws-cdk.md

File metadata and controls

15 lines (9 loc) · 591 Bytes

AWS CDK

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. 🤩

The code

Here's what I used for the demo.

Resources

Same demo, bigger audience: https://www.youtube.com/watch?v=bz4jTx4v-l8

Awesome CDK: https://github.com/kolomied/awesome-cdk