https://github.com/danimal141/cdk-workshop
This is a repo to enjoy AWS CDK TS Workshop (https://cdkworkshop.com/20-typescript.html)
https://github.com/danimal141/cdk-workshop
Last synced: 13 days ago
JSON representation
This is a repo to enjoy AWS CDK TS Workshop (https://cdkworkshop.com/20-typescript.html)
- Host: GitHub
- URL: https://github.com/danimal141/cdk-workshop
- Owner: danimal141
- Created: 2019-10-22T06:35:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:12:03.000Z (over 2 years ago)
- Last Synced: 2024-04-14T18:20:36.253Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 445 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful commands
* `yarn run build` compile typescript to js
* `yarn run watch` watch for changes and compile
* `yarn 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
* `cdk bootstrap` deploy the CDK toolkit stack into an AWS environment