Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 427 Bytes

AWS CDK (v2) Sample

🚀 Quick Start

1. Install dependencies with Yarn v1

yarn install

2. Build Cloudformation files

yarn build

3. Create the bootstrap stack in your AWS account This only needs to be ran once per account/region.

yarn bootstrap

4. Deploy

yarn deploy --all