No description
  • TypeScript 87.5%
  • JavaScript 12.5%
Find a file
2023-07-08 18:27:47 +10:00
bin Add prettier 2023-07-08 17:28:30 +10:00
lib Add cloudfront for covers bucket 2023-07-08 18:27:47 +10:00
test Add prettier 2023-07-08 17:28:30 +10:00
.gitignore Initial commit 2023-07-08 14:02:10 +10:00
.npmignore Initial commit 2023-07-08 14:02:10 +10:00
.prettierrc Add prettier 2023-07-08 17:28:30 +10:00
cdk.json Add prettier 2023-07-08 17:28:30 +10:00
jest.config.js Add prettier 2023-07-08 17:28:30 +10:00
package-lock.json Add prettier 2023-07-08 17:28:30 +10:00
package.json Add prettier 2023-07-08 17:28:30 +10:00
README.md Add prettier 2023-07-08 17:28:30 +10:00
tsconfig.json Add prettier 2023-07-08 17:28:30 +10:00

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript.

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

Useful 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