apprunner-roadmap icon indicating copy to clipboard operation
apprunner-roadmap copied to clipboard

Support HTTP2 traffic

Open sitole opened this issue 4 years ago • 2 comments

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 We are using App Runner mostly for frontend applications build with React/Next.js etc.

We are using custom build Nginx + Node.js Docker image (https://github.com/goforboom/mango) as proxy for Next.js applications. So we are able to route most of the heavy traffic (images, CSS files, static HTML, JavaScript) over Nginx proxy and cache it easily. But now we are stacked on HTTP 2 protocol. Because App Runner does not supports it. Requests from users browsers are very speed-sensitive. Right now as workaround we are using CloudFront as first layer between users and App Runner and its amazingly improves performance because HTTP2. Its possible to add support for HTTP2 protocol? It helps a lot!

sitole avatar Sep 28 '21 13:09 sitole

Could i ask, how far the research is?

KostLinux avatar Feb 29 '24 07:02 KostLinux

You should also include HTTP-3 @snnles

KostLinux avatar Mar 12 '24 06:03 KostLinux