You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works great with CloudFront <- Lambda URL setup, as both support response streaming.
This, however, does not work with API Gateways and ALB yet, and supposedly it is coming later.
Here's a quick PoC I made a while back for streaming pure React code from a Lambda handler. Not sure if this is comprehensive, this was just a quick PoC.
idd, what I'm trying to get at is how we should tackle this
Solution 1: let developer set up streaming in entry.server.ts and try and find a way to pipe the stream in our adapter Solution 2: do streaming ourselves in sendRemixResponse and/or here
Almost a year ago now, AWS introduced response streaming:
https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/
This works great with CloudFront <- Lambda URL setup, as both support response streaming.
This, however, does not work with API Gateways and ALB yet, and supposedly it is coming later.
Here's a quick PoC I made a while back for streaming pure React code from a Lambda handler. Not sure if this is comprehensive, this was just a quick PoC.
Where
App
is:The text was updated successfully, but these errors were encountered: