How to enforce HTTPS in my AWS APP RUNNER service even visitors enter HTTP?
I have successfully launched AWS APP RUNNER for a NEXT.JS service, and associated with a CUSTOM domain example.com, everything work very fine with https://example.com, however when visitor enter http://example.com, it's does not work, what can I do with the AWS…