Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanpeck/aws-cdk-advanced-ecs-scheduling
https://github.com/nathanpeck/aws-cdk-advanced-ecs-scheduling
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanpeck/aws-cdk-advanced-ecs-scheduling
- Owner: nathanpeck
- Created: 2019-11-18T21:15:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:10:30.000Z (about 2 years ago)
- Last Synced: 2023-04-10T05:06:53.036Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
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
* `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