This repo is for my shared AWS infrastructure, written in TypeScript & using the AWS CDK.
Available stacks can be found in bin/cdk.ts
.
npm install
to install dependenciesyarn synth <stack-name>
to see a simulated output of the specified stackyarn deploy <stack-name>
to deploy a specific stack