1 個回答
- 最新
- 最多得票
- 最多評論
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.
相關內容
- AWS 官方已更新 2 年前
- AWS 官方已更新 3 年前
- AWS 官方已更新 2 年前
Perhaps thats something the developers should have presented to you as the solution as they should be aware of the setup