Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 470 Bytes

File metadata and controls

13 lines (8 loc) · 470 Bytes

Shared AWS Infrastructure

Deploy

This repo is for my shared AWS infrastructure, written in TypeScript & using the AWS CDK.

Getting started

Available stacks can be found in bin/cdk.ts.

  • npm install to install dependencies
  • yarn synth <stack-name> to see a simulated output of the specified stack
  • yarn deploy <stack-name> to deploy a specific stack