Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 648 Bytes

Pivot Infrastructure

Pivot's Infrastructure is managed with TypeScript and the AWS CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Requirements

  • nodejs
  • npm

Useful Commands

  • npm install install dependencies
  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template