aws-samples / aws-samples/amazon-cloudfront-functions
How can I redirect with a huge list of urls?
Open
- Dominant language
- JavaScript
- Stars
- 533
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Say I have about 2k urls that need to redirect to new locations. My idea is create json file for mapping these urls. However, it seems like cloudfront function not support file access. I also add these mapping urls to the same file with the handler but it fails because the file is so big. What can I do now?
Contributor guide
Assessment
This issue has not been assessed yet.