You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
AWS has released Response Streaming for Lambda. (https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/). When using Response Streaming and the NR Lambda Layer, the parameters passed to the handler when using awslambda.streamifyResponse does not match. This is because they added the responseStream in the middle of the parameters.
Feature Description
I would like NR Lambda Layer to be able to support Response Streaming
Describe Alternatives
Instrument the code manually
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AWS has released Response Streaming for Lambda. (https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/). When using Response Streaming and the NR Lambda Layer, the parameters passed to the handler when using
awslambda.streamifyResponse
does not match. This is because they added theresponseStream
in the middle of the parameters.Feature Description
I would like NR Lambda Layer to be able to support Response Streaming
Describe Alternatives
Instrument the code manually
The text was updated successfully, but these errors were encountered: