serverless-offline
serverless-offline copied to clipboard
Timeout feature disappeared?
Hi!
Seems like timeout cannot occur locally (of course I made sure the --noTimeout was not set) and I can't find any Task timed out after XXX log printing logic inside the serverless-offline source code.
Is this on purpose and --noTimeout is not being used anymore?
To simulate a timeout, I added
await new Promise((resolve) => setTimeout(resolve, 3000));
at the very beginning of my lambda function and set the lambda timeout to timeout: 2
Did I miss something perhaps?
Hi everyone. Same for me, timeout doesn't work. Any progress?
Any news on this? I too am unable to force a timeout.
I'll have to investigate, this should still be working.
https://github.com/dherault/serverless-offline/issues/1051