Product

AWS Cloud Development Kit (AWS CDK)
IT InfrastructureOther IT Infrastructure
Define cloud resources using familiar programming languages.
☆☆☆☆☆ 0.0 Based on 0 Reviews
AWS Cloud Development Kit (AWS CDK)
Learn More
About the AWS Cloud Development Kit (AWS CDK)
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework that allows developers to define and provision cloud infrastructure as code using familiar programming languages. Instead of writing YAML or JSON for AWS CloudFormation templates, developers can use a high-level, object-oriented approach to build reusable components called "constructs." The AWS CDK then synthesizes this code into a CloudFormation template for deployment, offering an expressive, productive, and modern way to manage AWS resources.