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 HTTP paths/routes configuration #248

Open epomatti opened 1 month ago

epomatti commented 1 month ago

Community Note

Tell us about your request Add simple reverse proxy URL filter functionality to allow/deny some paths, possibly with a custom response.

Example:

Essentially, incorporate the equivalent of ELB routing rules to expand the customization of the service.

Describe alternatives you've considered Today everything needs to be managed inside the app, and adding a load balancer in front of App Runner doesn't look like a good approach.