🗂️ Navigation

AWS Lambda@Edge

Run code closer to your users to improve performance and reduce latency.

Visit Website →

Overview

Lambda@Edge is a feature of Amazon CloudFront that lets you run Node.js and Python Lambda functions to customize content that CloudFront delivers, executing the functions in AWS locations closer to the viewer. The functions run in response to CloudFront events, without provisioning or managing servers.

✨ Key Features

  • Run functions at AWS edge locations
  • Triggered by CloudFront events (viewer request/response, origin request/response)
  • Pay-per-use pricing model
  • Integration with AWS services (S3, DynamoDB)
  • Supports Node.js and Python
  • Scales automatically

🎯 Key Differentiators

  • Deep integration with the AWS ecosystem
  • Mature and robust platform
  • Familiar Lambda programming model

Unique Value: Seamlessly extend AWS Lambda capabilities to the edge, allowing for low-latency content customization and logic execution for applications using Amazon CloudFront.

🎯 Use Cases (5)

A/B testing User authentication and authorization Dynamic web application firewalls SEO optimization (e.g., rendering for crawlers) Real-time image transformation

✅ Best For

  • Modifying HTTP headers for security
  • URL rewrites and redirects
  • Access control based on cookies or headers

💡 Check With Vendor

Verify these considerations match your specific requirements:

  • General purpose backend APIs not tied to a CDN
  • Long-running compute tasks
  • Functions requiring languages other than Node.js or Python

🏆 Alternatives

Cloudflare Workers Fastly Compute@Edge Akamai EdgeWorkers

Provides deeper and more native integration with other AWS services compared to third-party edge function providers.

💻 Platforms

API Web

🔌 Integrations

Amazon CloudFront Amazon S3 Amazon DynamoDB AWS IAM AWS CloudWatch

🛟 Support Options

  • ✓ Email Support
  • ✓ Live Chat
  • ✓ Phone Support
  • ✓ Dedicated Support (Business, Enterprise tier)

🔒 Compliance & Security

✓ SOC 2 ✓ HIPAA ✓ BAA Available ✓ GDPR ✓ ISO 27001 ✓ SSO ✓ SOC 1/2/3 ✓ PCI DSS Level 1 ✓ ISO/IEC 27001/27017/27018 ✓ HIPAA

💰 Pricing

Contact for pricing
Free Tier Available

Free tier: Part of the AWS Free Tier, which includes 1 million Lambda requests and 400,000 GB-seconds of compute time per month.

Visit AWS Lambda@Edge Website →