https://github.com/zazk/cdk-workshop
CDK, Lambda, Gateway API, DynamoDB
https://github.com/zazk/cdk-workshop
Last synced: 8 days ago
JSON representation
CDK, Lambda, Gateway API, DynamoDB
- Host: GitHub
- URL: https://github.com/zazk/cdk-workshop
- Owner: zazk
- Created: 2023-01-15T01:31:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T20:26:38.000Z (over 3 years ago)
- Last Synced: 2025-02-26T09:28:53.431Z (over 1 year ago)
- Language: JavaScript
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
* `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