You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solution is a collection of various Lambda@Edge extensions for using CloudFront.
Users are able to find the Lambda application in SAR(Serverless Application Repository) and deploy it with one-click. The solution covers common use scenarios, for example, authentication with Amazon Cognito on a CloudFront distribution, access relative content according to the device type.
It is an open-source project in GitHub, anyone is able to contribute to add new Lambda@Edge features
Failover to alternative IP from pre-configured list, return from success IP otherwise retry until last one.
v1.0.0
Done
Access origin by MD5 checksum
To prevent accessing the origin site multiple times for the same video file, perform MD5 checksum for the video file and determine when return to the origin.
Protect against hotlinking, users need to specify a referer allow list which supports wild card, the request is rejected if the referer is not in the allow list.
v1.2.5
Done
Anti-theft-chain
Customers can verify access requests with anti-theft chains either through non-symmetric key encryption.