[AWS] AWS CDK (Cloud Development Kit) Basics
What is AWS CDK? Open Source Tool that allows developers to use their favorite programming languages to write. imperative code to generage declarative CloudFormation templates Available in JavaScript, Java, C sharp, Python, C#, and Go Node.js is a requirement CDK Basics CloudFormation? AWS Service that provisions AWS Resources in Stacks A Stack is a collection of AWS Resources Stack Templates ar..