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

https://github.com/danimal141/cdk-workshop

This is a repo to enjoy AWS CDK TS Workshop (https://cdkworkshop.com/20-typescript.html)
https://github.com/danimal141/cdk-workshop

Last synced: 13 days ago
JSON representation

This is a repo to enjoy AWS CDK TS Workshop (https://cdkworkshop.com/20-typescript.html)

Awesome Lists containing this project

README

        

# Useful commands

* `yarn run build` compile typescript to js
* `yarn run watch` watch for changes and compile
* `yarn 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
* `cdk bootstrap` deploy the CDK toolkit stack into an AWS environment