Technology
AWS CDK
The AWS CDK is an open-source framework: define cloud infrastructure as code (IaC) using familiar languages like Python, TypeScript, and Java.
The AWS Cloud Development Kit (CDK) is an open-source software development framework: it allows engineers to define cloud infrastructure using standard programming languages, including TypeScript, Python, Java, C#, and Go. This approach leverages high-level, reusable components called Constructs to abstract complex AWS service configurations; a single Construct can replace hundreds of lines of boilerplate CloudFormation YAML/JSON. The CDK Toolkit then synthesizes this code into a standard AWS CloudFormation template for deployment, enabling developers to apply robust software engineering practices (unit tests, code reviews, IDE productivity) to their infrastructure provisioning.
Related technologies
Recent Talks & Demos
Showing 1-3 of 3