Support for Lambda@Edge
See original GitHub issueThis is a (Feature Proposal)
Description
For feature proposals:
- What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
https://aws.amazon.com/blogs/aws/lambdaedge-intelligent-processing-of-http-requests-at-the-edge/ Today, Lambda@Edge has been GA released. When CloudFormation will support for this, would be great that implement this as a new event source.
- If there is additional config how would it look So I think it would be something like this:
functions:
index:
handler: handler.hello
events:
- cloudFront: originRequest
Issue Analytics
- State:
- Created 6 years ago
- Reactions:96
- Comments:43 (28 by maintainers)
Top Results From Across the Web
Lambda@Edge - AWS
Lambda @Edge is a feature of Amazon CloudFront that lets you run code closer to users of your application, which improves performance and...
Read more >Using Amazon Lambda with CloudFront Lambda@Edge
Lambda @Edge lets you run Node.js and Python Lambda functions to customize content that CloudFront delivers, executing the functions in Amazon locations closer ......
Read more >What is Lamdba@Edge? Pricing, Examples, Benefits - StormIT
Lambda @Edge allows you to run code across Amazon CloudFront edge locations globally without provisioning or managing servers, responding to end-users at the ......
Read more >Increase application performance and reduce latency with ...
Lambda @Edge can help improve your applications' performance and global distribution with little or no server administration required. It can ...
Read more >AWS Lambda@Edge - Optimizely
Lambda @Edge is an extension of AWS Lambda, a compute service that lets you execute functions that customizes the content that CloudFront delivers....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI all: I wrote a plugin to support Lambda@Edge for now: https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge.
+1 Lambda@Edge is a game changer for Web Apps