What is the AWS CDK?
- A A way to define infrastructure in a general-purpose language that synthesises to CloudFormation
- B A container orchestration tool
- C A monitoring agent
- D A database migration service
Answer
A way to define infrastructure in a general-purpose language that synthesises to CloudFormation
Using TypeScript or Python gives loops, conditionals, type checking and reusable constructs, which raw YAML cannot provide.





