https://github.com/octodemo/cdk-packages-reinvent-talk
https://github.com/octodemo/cdk-packages-reinvent-talk
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octodemo/cdk-packages-reinvent-talk
- Owner: octodemo
- Created: 2019-12-09T17:34:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T08:16:26.000Z (over 3 years ago)
- Last Synced: 2023-03-03T20:39:46.780Z (over 3 years ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk
This talk, [Reusable Infrastructure with the AWS CDK and GitHub Packages](https://github.com/octodemo/cdk-packages-reinvent-talk/files/3942778/GitHub.Packages.CDK.reInvent.Booth.Talk.pptx), was given at AWS re:Invent 2019 at the GitHub booth.
See this repo for the code for the demo.
# 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