By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Lambda@Edge

Lambda@Edge is a feature of Amazon CloudFront that lets you run code closer to users of your application, which improves performance and reduces latency.

Content language: English

Select up to 5 tags to filter
Sort by most recent
69 results
I'm working with CloudFront edge compute (CloudFront Functions or Lambda@Edge) and want to leverage the built-in [CloudFront request headers](https://docs.aws.amazon.com/AmazonCloudFront/latest/Develo...
1
answers
0
votes
66
views
AWS
asked 2 months ago
Hi all, I have set up a static website (Angular SPA) on S3 behind using CloudFront. To handle certain redirect I added a Lambda@Edge with a "Origin response" function association. In general this wor...
3
answers
1
votes
91
views
asked 2 months ago
We are currently using CloudFront connected to a Lambda function URL. I am trying to respond to the Lambda function policies should prohibit public access warning on Securityhub, There appears to be a...
2
answers
0
votes
353
views
asked 3 months ago
Hello, I want to ask why cloudfront authorize GET method even we enable AWS_IAM for lambda URL? as I see by default I can use that method without any configuration.
1
answers
0
votes
90
views
profile picture
asked 3 months ago
Hey guys, I want to ask can we (from client) create x-amz-content-sha256 then add it to header each time we request to AWS URL? How to implement that solution. Thank you!!!
1
answers
0
votes
284
views
profile picture
asked 3 months ago
I am creating a lambda function tiggerred by cloudfront. I am folling this tutorial (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-edge-how-it-works-tutorial.html). My fun...
1
answers
0
votes
323
views
asked 5 months ago
I’ve set up a function url to respond to a webhook which works when I point the webhook at the url and the AUTH_TYPE is set to NONE. When I add a cloud front distribution with the correct permission...
1
answers
0
votes
502
views
asked 5 months ago
I am trying to set up a failover mechanism with AEP - Adobe experience Portal and S3 as Origins behind cloudfront using Origin Group. The AEP domain is our primary domain to serve our website but we a...
1
answers
0
votes
249
views
asked 5 months ago
I have a S3 bucket with static website enabled which is being used as an origin for the Cloudfront distribution.. so currently if I send a request to my domain(mapped with cloudfront distribution) **t...
1
answers
0
votes
922
views
asked 6 months ago
How does Lambda@Edge handle scaling when traffic increases? Is it automatic, or do I need to configure anything? What are the limitations on Lambda@Edge scaling? Are there quotas or limits I should b...
1
answers
0
votes
311
views
AWS
asked 8 months ago
We have a CloudFront distribution where we'd like to log the value of a custom response header for later consumption. This is helping with billing of our API. Not all requests hit the origin, and cost...
2
answers
0
votes
612
views
asked 8 months ago
I'm trying to find a workaround to the lack of support for IPv6 Origins in CloudFront, as a way to possibly avoid paying for IPv4 addresses. Can a Lambda@Edge function make HTTP(s) calls to EC2 instan...
1
answers
0
votes
860
views
asked 8 months ago