https://github.com/sameeramin/express-serverless-lambda
A minimal CDK Pattern for AWS APIGateway, Lambda and MongoDB
https://github.com/sameeramin/express-serverless-lambda
Last synced: 30 days ago
JSON representation
A minimal CDK Pattern for AWS APIGateway, Lambda and MongoDB
- Host: GitHub
- URL: https://github.com/sameeramin/express-serverless-lambda
- Owner: sameeramin
- Created: 2022-03-16T13:53:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T14:53:33.000Z (over 4 years ago)
- Last Synced: 2025-11-28T23:32:15.640Z (7 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Serverless Lambda API
The minimal cloudformation pattren for serverless Express Lambda API gateway.
## Technologies used
- MongoDB
- AWS Lambda
- AWS ApiGateway
- AWS CDK
- Express Web Server
- TypeScript
## 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