Support AWS Lambda Response Streaming #15774
Labels
Package: aws-serverless
Issues related to the Sentry AWS Serverless SDK
Content-Length: 215385 | pFad | http://github.com/getsentry/sentry-javascript/issues/15774
78Fetched URL: http://github.com/getsentry/sentry-javascript/issues/15774
Alternative Proxies:
Description
AWS has introduced response streaming for AWS Lambda functions a while ago.
Sentry's
wrapHandler
is not equipped to handle this, as the parameters passed to the handlerevent, responseStream, context
are different to the traditionalevent, context, [callback]
parameters.Known workarounds
While this is being worked on, you can use the following approach (thank you for providing this @JQuezada0)
The text was updated successfully, but these errors were encountered: