https://github.com/stefanfreitag/helloworldcodepipeline
Using CDK to setup a two stage code pipeline
https://github.com/stefanfreitag/helloworldcodepipeline
aws cdk codepipeline
Last synced: 5 months ago
JSON representation
Using CDK to setup a two stage code pipeline
- Host: GitHub
- URL: https://github.com/stefanfreitag/helloworldcodepipeline
- Owner: stefanfreitag
- Created: 2019-03-07T19:51:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T17:35:55.000Z (over 1 year ago)
- Last Synced: 2025-06-27T10:03:28.171Z (about 1 year ago)
- Topics: aws, cdk, codepipeline
- Language: TypeScript
- Homepage:
- Size: 700 KB
- Stars: 1
- Watchers: 2
- 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