- Specify AWS account and region
- Must install Docker Desktop to run CDK
cd cdk
npm install
cdk bootstrap
cdk deploy --all --require-approval=never
- This CDK does not include updating environment variables yet. We must include all variables that are required by NextJS (.env file)