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.
Categories:
less than a minute
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
Feedback
Was this page helpful?
Glad to hear it!
Sorry to hear that.