The AWS CDK is a new software development framework from AWS with the sole purpose of making it fun and easy to define cloud infrastructure in your favorite programming language and deploy it using AWS CloudFormation. Filmhub engineering engineering deploys infrastructure-as-code as a core concept, and uses AWS CDK as the tool of choice.
Learning Objectives
- Create new CDK applications.
- Define your app’s infrastructure using the AWS Construct Library
- Deploy your CDK apps to your AWS account
- Define your own reusable constructs
- Consume constructs published by other people