-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Response Streaming #100
Comments
I'd like to see the streaming response in python too!! |
With tools like LLM, the support is important. Else, it's not possible to use a lambda to return a stream of text. |
@pprados aws-lambda-web-adapter enables response streaming from a python lambda. I implemented an example: https://github.com/nicolasvo/ollama-lambda/tree/master/lambda (see Dockerfile.fastapi and However, this is done without lambda function handler. So if you need it, it might not be a solution. |
@nicolasvo Thanks for sharing. Unfortunately I don't have time to look into it now as I'm working on higher priorities task. |
Hi there,
Did the runtime interface client support streaming response as per announced?
https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/
If no, appreciate your sharing is there any near-term plan to work on it?
Thank you.
The text was updated successfully, but these errors were encountered: