pwrdrvr / lambda-dispatch

Lambda Dispatch for AWS Lambda - Avoid cold starts, save up to 80%!
38 stars 3 forks source link

Router/Extension - Large Responses are Truncated with 200 OK Status Code #149

Closed huntharo closed 6 months ago

huntharo commented 6 months ago

Motivations

Acceptance Criteria

Example Command for 160 MB file

Results in 2-4 MB being saved in output file.

curl \
  -X POST \
  -H "Transfer-Encoding: chunked" \
  -H "Content-Type: application/json" \
  --data-binary @bootstrap_20231231_172524.speedscope.json \
  http://localhost:5001/echo \
  --compressed \
  -o bootstrap_20231231_172524.speedscope.json2 \
  -v