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公式更新しました 3年前
- AWS公式更新しました 2年前
Perhaps thats something the developers should have presented to you as the solution as they should be aware of the setup