Introduction to AWS CDK: When to Use It Over Terraform
When I first started automating infrastructure on AWS, I didn’t want to deal with writing giant YAML or JSON templates by hand. That’s where the AWS Cloud Development Kit (CDK) clicked for me. CDK lets me write infrastructure in TypeScript, which is ...
Sep 3, 20252 min read20
