Closed
Description
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