In this short hands-on lab, we will use Cloud9 to install AWS CDK and start our first project. We will initialize our first Infrastructure as code and view it in our AWS account.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create a Cloud9 Project
- Install Packages to Run AWS CDK
Check out the AWS documentation on CDKs.
- Initialize Your First CDK Project
- Test That AWS CDK Is Properly Configured
See if you can run ‘cdk synth’ and ‘cdk build’