Bootstrapping a new CDK project – Programmatic Approach to IaC with AWS CDK
The very first step before we can work with AWS CDK is to bootstrap an empty directory with one of the supported programming languages. To make this task easier for users, CDK offers a command-line interface utility that is pre-installed for you in the Cloud9 IDE that we have been using throughout this book. Note … Read more