Lambda@Edge
Lambda@Edge is an extension of the AWS Lambda service that allows you to execute serverless functions at edge locations closer to your users. This reduces latency and enables you to perform real-time processing of HTTP requests and responses, tailoring the content delivered to users based on factor…
AWS Certified Solutions Architect - Lambda@Edge Example Questions
Test your knowledge of Lambda@Edge
Question 1
You are deploying a new Lambda@Edge function, but the deployment process fails consistently. After investigation, you discover that the function size is 55MB. What changes should you make to successfully deploy your Lambda@Edge function?
Question 2
You are required to serve different content types (HTML, CSS, Images) from the same Amazon S3 bucket using CloudFront and Lambda@Edge. How should you design the system?
Question 3
You are designing a content delivery system that uses CloudFront and Lambda@Edge. The application should process requests from different regions and serve geo-targeted content to users. Which Lambda@Edge event can be most efficiently used to implement this requirement?