question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Lambda@Edge

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Reactions:96
  • Comments:43 (28 by maintainers)

github_iconTop GitHub Comments

26reactions
jthomersoncommented, Aug 25, 2017

FYI all: I wrote a plugin to support Lambda@Edge for now: https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge.

17reactions
PatrickJScommented, Sep 9, 2019

+1 Lambda@Edge is a game changer for Web Apps

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found