The AWS Cloud Development Kit (AWS CDK) is Now Generally Available

Posted on: Jul 11, 2019

The AWS Cloud Development Kit (AWS CDK) is now generally available in TypeScript and Python. AWS CDK is an open source software development framework to model and provision your cloud application resources using familiar programming languages. With AWS CDK, you can define your infrastructure as code and provision it through AWS CloudFormation. AWS CDK is also available in Java and C# in developer preview.

AWS CDK provides high-level components that preconfigure cloud resources with proven defaults, so you can build cloud applications without needing to be an expert. It also enables you to compose and share your own custom components that incorporate your organization's requirements, helping teams start new projects faster. AWS CDK is available to use in all regions.

To learn more about AWS CDK, visit our blog post.