NestJS Express API with Serverless Framework. Webpack optimization applied
- Node: 16.X
- NPM: 8.x
This repo configures an express lambda proxy with NestJS and Serverless framework. The repository goal is the bootstrap and the API optimization over AWS lambda.
- npm install
- npm run start:dev
The API will be up in the 3000 port
- npm run deploy
- NestJS for AWS Lambda (Done)
- Local development with offline plugin with hot reload(Done)
- Serverless cold start less than 40 ms (Done)
- Webpack optimizations (Partial)
- Monorepo (Pending)
- Async providers for Database (Pending)