Facing issue in Fastapi lambda Streaming #576
Unanswered
Jatin-kaushik
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you config the function url to RESPONSE_STREAMING? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I deployed a FastAPI application on AWS Lambda following the usual approach. I created the Lambda function manually, integrated it with ECR, and set the environment variable AWS_LWA_INVOKE_MODE to caps response_stream. However, when invoking the function URL, I receive the response all at once instead of as a stream.
Is there anything I might have missed? Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions