https://github.com/blimmer/cdk-bug-reports
https://github.com/blimmer/cdk-bug-reports
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blimmer/cdk-bug-reports
- Owner: blimmer
- Created: 2020-10-20T20:01:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T00:26:59.000Z (over 1 year ago)
- Last Synced: 2025-02-26T20:43:02.805Z (over 1 year ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The `cdk.json` file tells the CDK Toolkit how to execute your app.
## 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
* `npx cdk deploy` deploy this stack to your default AWS account/region
* `npx cdk diff` compare deployed stack with current state
* `npx cdk synth` emits the synthesized CloudFormation template