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 HTTP2 traffic #77

Open sitole opened 2 years ago

sitole commented 2 years ago

Community Note

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!

KostLinux commented 3 months ago

Could i ask, how far the research is?

KostLinux commented 3 months ago

You should also include HTTP-3 @snnles