serverless / serverless/examples
aws-node-typescript-nest Warmup Error
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.5k
- Forks
- 4.4k
- Avg merge
- 2h 55m
- Merged PRs (30d)
- 3
Description
Using serverless-plugin-optimize produces unexpected output
Observed behaviour - using a standard build with a basic @Post example if serverless-plugin-optimise is active Nest won't provide a cached server to handle the request - you can see in the logs that the request comes in and is basically dropped with no error
Remove the serverless-plugin-optimise and every request will behave as expected.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the aws-node-typescript-nest example and reproduce the basic @Post request using serverless-plugin-optimize. Compare its behavior with the plugin removed, using the logs to determine whether the request reaches the cached server. Done means requests are handled correctly while the plugin remains active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- api, backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100