AWS CDK is a service provided by AWS to build infrastructure as code. And this is tech talk designed to cover the basics of AWS CDK with a small demonstration on how to build cloud infrstucture with AWS CDK using a preferred programing language.
Use object oriented concepts to create a model of your infrastructure ▰ Organize your project into logical modules ▰ Share and reuse your infrastructure as a library ▰ All the advantages your IDE provides (ex: Code completion, code refactoring, inline documentation, etc.)
CDK SYNTH - Produce AWS Cloudformation script ▰ CDK DIFF - Show difference between infrastructure currently in code and deployed infrastructure ▰ CDK DEPLOY - Deploy current code as infrastructure into AWS
AWS Cloud Development Kit (AWS CDK) Workshop ▰ What Is the AWS CDK? - AWS Cloud Development Kit (AWS CDK) ▰ AWS re:Invent 2018: Infrastructure Is Code with the AWS Cloud Development Kit (DEV372) ▰ Infrastructure is Code with the AWS CDK - AWS Online Tech Talks ▰ API Reference · AWS CDK