Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1 KB

README.md

File metadata and controls

24 lines (17 loc) · 1 KB

leaphy-cloud-compile

Resources for running sketch compilation workloads in the cloud

Prerequisites

To use this project you need the following:

CDK

This project uses CDK for defining AWS resources.

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

Useful CDK commands

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