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 공식업데이트됨 4달 전
Perhaps thats something the developers should have presented to you as the solution as they should be aware of the setup