1 Answer
- Newest
- Most votes
- Most comments
0
If you're already using CloudFront, you can use Lambda@Edge, which lets you run Lambda functions to customize content AWS delivers through CloudFront. You can store the origin and destination URL in a simple map and use simple match and replace functions to process redirects at the edge locations.
Remember that the Lambda@Edge needs to be deployed in us-east-1 and will record logs in the region from which the user accessed it.
Here are some links that are a good reference for what you're trying to build:
If the answer is helpful, please click "Accept Answer" and upvote it.
Relevant content
- asked 2 months ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 8 months ago
Perhaps thats something the developers should have presented to you as the solution as they should be aware of the setup