Cloud Development Kit - framework for defining cloud infrastructure using familiar programming languages. Like writing cloud infrastructure using the same code you use for applications.
Developers use AWS CDK to define their cloud infrastructure using Python or TypeScript instead of YAML templates.
AWS CDK is an infrastructure-as-code (IaC) framework that lets you define cloud resources using programming languages and generates CloudFormation. Azure Bicep is a higher-level language that compiles to ARM templates. Google Cloud Deployment Manager is GCP’s template-based IaC service. OCI Resource Manager is Oracle’s managed Terraform service for provisioning OCI resources.