Hi I'm looking to redirect a URL using route 53 conditionally.
https://mydomain/list/*/request
Needs to direct to:
https://newdomain/archive/list/*/request
Where * is a unique identifier and ha stop also be forward.
I'm not sure how to set this up in route 53 or if it's even possible. Can I forward any url that contains (or ends in) request to the new one?
Thanks