Response streaming support for Python runtime
- Dominant language
- No language data
- Stars
- 196
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
**Note**
> * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
> * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
> If you are interested in providing additional feedback, please leave a comment
**Description**
Lambda response streaming allows you to incremental stream responses back to clients rather than waiting for the entire response to be buffered first, reducing Time to First Byte. It is currently only supported for Node.js runtime. We would expand support for response streaming to Python runtimes.
**Additional context**
Add additional context here
Contributor guide
Assessment
This issue has not been assessed yet.