AWS Cloud Devlopment Kit

AWS CDK (Cloud Development Kit) is an open-source software development framework provided by Amazon Web Services that allows developers to define infrastructure as code using familiar programming languages.

AWS CDK is an open source software development framework that allows you to define your cloud application resources using familiar programming languages, like JavaScript, TypeScript, Python, Java, and C#. The code you write gets transpiled into CloudFormation (CFN) templates, and creates the infrastructure using AWS CloudFormation.

References

AWS Cloud Development Kit Documentation

Get Started with AWS CDK

Last modified July 21, 2024: update (e2ae86c)