Questions tagged [serverless-express]
3 questions
4
votes
1 answer
Can a lambda that uses vendia serverless-express be a step in a state machine?
I have a lambda setup that uses vendia serveless-express as a handler. It has been working well to serve REST APIs from the single lambda function with multiple routes.
I now have a new requirement, where the same lambda needs to be part of a step…

Active Learner
- 41
- 2
0
votes
1 answer
Vendia Serverless Express does not pass custom event headers to express request headers
I have an Express server running on Lambda. There is a custom lambda authorizer attached to his lambda which passes auth headers via events.
My goal is to extract these request context values and attach them to the event headers of the lambda and…

codeinprogress
- 3,193
- 7
- 43
- 69
0
votes
3 answers
NestJS Swagger UI generation for API Gateway
I am having trouble creating an endpoint to serve the swagger documentation. The only way I can do it locally is if the path has a double slash at the end localhost:3003/dev/swagger//; If I omit one of the forward slashes, it returns a 404 for the…

mcr
- 1
- 2