An open API service indexing awesome lists of open source software.

https://github.com/octodemo/cdk-packages-reinvent-talk


https://github.com/octodemo/cdk-packages-reinvent-talk

Last synced: 6 months ago
JSON representation

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