AWS CDK

2 min read | by Jordi Prats

AWS Cloud Development Kit (CDK) is a software development framework that allows developers to define cloud infrastructure (via CloudFormation) using familiar programming languages like TypeScript, Python, Java, and C#. CDK lets you use code to model and provision cloud resources more easily, providing a higher-level, reusable abstraction, making cloud infrastructure management more intuitive and scalable. CDK automatically synthesizes your code into CloudFormation templates, which then deploy the defined infrastructure.

Typescript

Constructs


Categories
  • AWS
  • CDK