AWS Lambda Edge or Lambda@Edge, lets user run AWS Lambda Functions across AWS edge locations globally using AWS-Cloudfront, which helps in sending responses to end users at the lowest latency.
AWS Lambda@Edge is a part of Amazon Web Services (AWS), which allows user to run AWS Lambda Functions across AWS edge locations globally.
It helps users in sending responses to their end users at the lowest latency by using AWS-CloudFront.
Lambda functions can be triggered by CloudFront events, such as requests for content to or from origin servers and viewers. Read More
Resources: