Resources for running sketch compilation workloads in the cloud
To use this project you need the following:
- AWS CLI v2 installed and configured
- AWS CDK Toolkit installed globally:
npm install -g aws-cdk
- The AWS account you are targetting should be bootstrapped
This project uses CDK for defining AWS resources.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template