Use AWS Lambda response streaming #623
Labels
help wanted
Extra attention is needed
scope: servers
This has to do something with creating/updating servers
type: enhancement
New feature or request
Response streaming is a relatively recent AWS Lambda feature allowing Lambda functions written in Node.js to write their responses to a stream instead of returning them. Notably, the Lambda will continue executing even after the stream is closed. This would avoid the documented caveats with
defer
/sendFollowUp
in Lambdas.The text was updated successfully, but these errors were encountered: