
AWS Lambda@Edge Pricing, Features & Alternatives
Lambda and Cloudfront Edge Extention
AWS Lambda@Edge Overview
AWS Lambda@Edge Information Resource Links

What is AWS Lambda@Edge?
AWS Lambda@Edge is an extention of Amazon’s well known serverless compute services Lambda and CloudFront Functions. As of September 2024, Lambda@Edge is available at all 600+ Cloudfront Edge Locations globally.
Use Cases
Serverless Functions
Edge Computing
Dynamic Content Delivery
Request and Response Manipulation
Bot Mitigation
Origin Routing
Focus
Lambda@Edge is ideal for complex operations such as dynamic content generation, custom authentication, and advanced routing logic. The functions can access the public internet, allowing them to make HTTP requests to external services or APIs. This capability is essential for scenarios that require fetching data from outside the AWS environment or integrating with third-party services. Lambda@Edge can also access underlying filesystems, enabling more complex operations that require reading or writing files
Deployment
Lambda@Edge is Lambda functions in response to Cloudfront events.The Lambda function must be created in the us-east-1 US East (N. Virginia) Region, if code taken from bucket, bucket also needs to be in us-east-1 region
After you create the function, you can add triggers in either the Lambda console or CloudFront console, or use Lambda and CloudFront API operations to set up your functions and triggers programmatically.
AWS Lambda@Edge Features
Category
Supported Runtimes
Execution Limits and Resource Quotas
AWS Lambda@Edge Pricing
Resource Pricing
Requests
Per 1 Million Requests
$0.60
Duration
Per GB-second
$0.00005001
AWS Lambda@Edge Regions
us-east-1. CloudFront has 700+ POPs in 100+ cities across 50+ countries and 900+ embedded POPs across 300+ cities in North America, Europe, and Asia. Based on our research, we have identified 131 Edge locations.*Information is subject to change. Verify with the official AWS Lambda@Edge website.





