aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Support for Server-Sent Events #189

Open kmulka-bloomberg opened 1 year ago

kmulka-bloomberg commented 1 year ago

Community Note

Tell us about your request I'd like to use App Runner for applications that utilize server-sent events to stream events to a web browser.

Describe alternatives you've considered Currently using ECS/ALB

bitliner commented 7 months ago

Any update on this?

chai3 commented 6 months ago

I think App Runner supports Server-Sent Events within 120 seconds.

https://docs.aws.amazon.com/apprunner/latest/dg/develop.html#develop.considerations

There is a total of 120 seconds request timeout limit on the HTTP requests. The 120 seconds include the time the application takes to read the request, including the body, and complete writing the HTTP response.

sh-at-cs commented 1 day ago

Duplicate of #23 ?