moq-rs/deploy
Luke Curley be3f44c7b1 Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
..
bin Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
lib Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
test Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
.gitignore Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
.npmignore Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
README.md Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
cdk.context.json Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
cdk.json Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
jest.config.js Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
package-lock.json Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
package.json Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
tsconfig.json Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00
yarn.lock Initial work on CDK+fargate. 2023-02-01 05:22:35 -08:00

README.md

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