Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloveless/hello-cdk-example
https://github.com/bloveless/hello-cdk-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bloveless/hello-cdk-example
- Owner: bloveless
- Created: 2019-03-01T19:44:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T19:44:24.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T18:01:41.722Z (2 months ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `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