Add support for streaming responses in api gateway#142
Add support for streaming responses in api gateway#142mnapoli merged 3 commits intooss-serverless:mainfrom
Conversation
|
I have already added support for PR is created at least, see dherault/serverless-offline#1871 |
f83092c to
e8f9f43
Compare
|
Keen to know what is blocking this being merged; we have a few places where this is now needed and have very janky workarounds in place |
|
bumping it +1 |
|
Hey everyone, the status is red |
|
It is fixed now, was a small eslit rule causing it. I see though that there is some usage of |
|
Thanks! And yes we can bump to Node 14 👍 |
|
Are there any caveats using a steam response? Sounds like this feature is like paradise on earth. Timeouts up to 15 min and response size over 10MB? |
|
I think no. Pricing is around the same as well (long time ago I checked it though) |
This adds support for "Amazon API Gateway Streaming REST apis"
Feature was released in AWS around Nov 19, 2025 and is helpful when developing serverless lambda AI APIs and apis that take longer than the API Gateway timeout limit of 29 seconds.
see https://aws.amazon.com/about-aws/whats-new/2025/11/api-gateway-response-streaming-rest-apis/