Join us

What is AWS Lambda's new Streaming Response?

What is AWS Lambda's new Streaming Response?

Lambda previously had a limit of 6MB on request and response payloads for synchronous invocations, which affected API functions and the amount of data you could send and receive.

A common workaround was to put larger files on S3 and return a presigned URL, but this added latency and complexity.

However, with the new Response Streaming feature, Lambda can now return payloads larger than 6MB. To use this feature, you need to wrap your function code with the new streamifyResponse decorator and upgrade to the node14.x, node16.x, or node18.x runtime.

The requestStream contains the invocation event and the responseStream is a writable Stream object that streams bytes to the client. This feature can simplify returning larger objects, improve time-to-first-byte for multimedia content, and stream progress updates for long-running tasks.

However, there are some caveats, such as a default payload size limit of 20MB and compatibility issues with API Gateway and ALB.


Let's keep in touch!

Stay updated with my latest posts and news. I share insights, updates, and exclusive content.

Unsubscribe anytime. By subscribing, you share your email with @faun and accept our Terms & Privacy.

Give a Pawfive to this post!


Only registered users can post comments. Please, login or signup.

Start writing about what excites you in tech — connect with developers, grow your voice, and get rewarded.

Join other developers and claim your FAUN.dev() account now!

Avatar

The FAUN

FAUN.dev()

@faun
The FAUN watches over the forest of developers. It roams between Kubernetes clusters, code caves, AI trails, and cloud canopies, gathering the signals that matter and clearing out the noise.
Developer Influence
3k

Influence

302k

Total Hits

3711

Posts