Environment
AWS Lambda Node 24
Reproduction
N/A
Describe the bug
When using the AWS Lambda Streaming handler, responses that don't have bodies break.
Inside my framework, I'm trying to return a redirect response from a route:
return new Response(null, {
status: 302,
headers: {
location: "/",
},
});
But when deployed with the preset, the lambda breaks and eventually times out.
Additional context
No response
Logs
Environment
AWS Lambda Node 24
Reproduction
N/A
Describe the bug
When using the AWS Lambda Streaming handler, responses that don't have bodies break.
Inside my framework, I'm trying to return a redirect response from a route:
But when deployed with the preset, the lambda breaks and eventually times out.
Additional context
No response
Logs