CodeGenieApp / CodeGenieApp/serverless-express
Cold Start Trick with new v4 module
Open
- Dominant language
- JavaScript
- Stars
- 5.3k
- Forks
- 676
- PR merge metrics
- No merged PRs in 30d
Description
I saw this interesting [medium](https://towardsaws.com/serverless-love-story-nestjs-lambda-part-i-minimizing-cold-starts-4ba513e5ce02) post based on `aws-serverless-express` that helps with cold-start in nestjs by moving the bootstrap part to the init stage and not within the handler, like shown below

Need help with translating this to the new v4 way of bootstrapping the express server using nestjs as the `proxy` is deprecated.
Contributor guide
Assessment
This issue has not been assessed yet.