Okay, we’ve got a CloudFormation template. What’s next? Let’s deploy it into our account! Bootstrapping an environment The first time you deploy an AWS CDK app into an environment (account/region), you can install a “bootstrap stack”. This stack includes resources that are used in the toolkit’s operation. For example, the stack includes an S3 bucket that is used to store templates and assets dur..