What is CDK? Cloud Development Kit aka CDK is an open-source software development framework that helps developers define cloud infrastructure in code aka Infrastructure as code (IaC) and provision it through AWS CloudFormation. It allows you to define AWS resources using familiar programming languages such as TypeScript, Python, Java, and more, instead of…