Build and Deploy a Sample AWS Cloud Development Kit Stack to AWS

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Now that our initial AWS CDK project has been created, it's time to deploy it! In this quick lesson we're going to learn: where do we define an AWS CDK stack what is a CDK construct (you can read more about CDK constructs here) how to bootstrap a CDK environment with cdk bootstrap how to use cdk diff command in order to see the difference between our currently deployed stack and the stack we're about to deploy how to use cdk deploy in order to deploy a CDK stack to AWS