Posted in:
What is AWS CDK?
The AWS Cloud Development Kit (CDK) is an open-source software development framework by Amazon Web Services (AWS) that enables you to define cloud resources and infrastructure using familiar programming languages. Rather than writing infrastructure-as-code (IaC) in JSON or YAML, which is typical of AWS CloudFormation, AWS CDK allows using languages like TypeScript, Python, Java, and […]