ALB -> Lambda with LWA Streaming? #464
Answered
by
bnusunny
bestickley
asked this question in
Q&A
-
Hi, I'm building a solution in AWS GovCloud so I cannot use CloudFront or Function URLs (as of May 23rd 2024), so I'm looking to other strategies to stream from Lambda to a client. I've investigated ALB but based on the docs, I don't think I can. I wanted to ask the question here though in case I'm (hopefully) wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
bnusunny
May 23, 2024
Replies: 1 comment
-
No, ALB to Lambda does not support response streaming. You could build a proxy layer on Fargate or App Runner to invoke Lambda functions using invokeWithReponseStream API call. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bestickley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, ALB to Lambda does not support response streaming.
You could build a proxy layer on Fargate or App Runner to invoke Lambda functions using invokeWithReponseStream API call.