https://github.com/jdizm/aws-serverless-api
An example serverless API using lambda functions, api gateway and event bridge built with AWS CDK and TypeScript
https://github.com/jdizm/aws-serverless-api
api aws aws-cdk lambda-functions node serverless typescript
Last synced: about 1 year ago
JSON representation
An example serverless API using lambda functions, api gateway and event bridge built with AWS CDK and TypeScript
- Host: GitHub
- URL: https://github.com/jdizm/aws-serverless-api
- Owner: JDIZM
- Created: 2023-01-19T18:26:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T11:36:54.000Z (over 2 years ago)
- Last Synced: 2025-02-02T03:27:46.518Z (about 1 year ago)
- Topics: api, aws, aws-cdk, lambda-functions, node, serverless, typescript
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- 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