apprunner-roadmap
apprunner-roadmap copied to clipboard
Support for Server-SentEvents (SSE)
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
Perhaps this is related to https://github.com/aws/apprunner-roadmap/issues/13 but it doesn't seems as though SSE events are supported yet?
I've deployed a simple application but at the moment the server attempts to send a message to the browser it triggers a The connection to https://{APPNAME}.awsapprunner.com/sse/ was interrupted while the page was loading.
error.
Describe alternatives you've considered
Uncertain. I'd really like to be able to use SSE messages with App Runner applications but maybe just falling back to a plain-vanilla EC2 + ALB setup.