Skip to content

Commit

Permalink
update cdk/typescript README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcasalboni committed Feb 29, 2024
1 parent 2bf152a commit dca57a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cdk/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ See [here](../README.md).
- [TypeScript 3.8 or later](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html#getting_started_prerequisites)
- [Requirements for CDK with TypeScript](https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-typescript.html)


## Building and testing the app
## Building, testing, and deploying the app

* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `npm run 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

0 comments on commit dca57a9

Please sign in to comment.