ryparker / aws-cdk-sample-elb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CDK Sample

🚀 Quick Start

1. Install dependencies with Yarn v1

  yarn install

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

  yarn bootstrap

3. Build Cloudformation files

  yarn build

4. Deploy

  yarn deploy --all

About


Languages

Language:TypeScript 100.0%