fix(proxy): ensure correct headers are set when forwarding request by duncanista · Pull Request #768 · DataDog/datadog-lambda-extension

added 2 commits

July 31, 2025 17:27
it would make it fail when a response comes as "streaming"

RomainMuller

@astuyve

@RomainMuller

@RomainMuller RomainMuller deleted the jordan.gonzalez/proxy/allow-enable-proxy-and-fix-headers branch

August 1, 2025 11:49

astuyve added a commit that referenced this pull request

Aug 6, 2025
# What?

Improves the Lambda Runtime Proxy by streaming requests, as opposed to
collecting the whole body which blocks the runtime.

# Why?

Lambda just increased outgoing payloads to 200MB – and I wanted to
ensure we could improve our proxy here. I realized this could be
improved bc of #768

---------

Co-authored-by: AJ Stuyvenberg <astuyve@gmail.com>