Creating your first CDK project #
In this chapter we will use cdk init
to create a new AWS CDK TypeScript project.
We will also learn how to use the CDK Toolkit to synthesize an AWS CloudFormation template for the starter app and how to deploy your app into your account.