Questions tagged with Lambda@Edge

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

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...
0
answers
0
votes
130
views
DUzzell
asked 2 days 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...
1
answers
0
votes
273
views
asked 8 days 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...
1
answers
0
votes
107
views
asked 12 days 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)...
1
answers
0
votes
739
views
asked a month 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...
1
answers
0
votes
158
views
AWS
Piotrek
asked 3 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
415
views
asked 3 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...
1
answers
0
votes
785
views
AlexR
asked 4 months ago
I'm trying to do traffic routing based on url to different distribution in cloudfront. Lets say I have 706.domain.com and 707.domain.com. both are pointing to the same Cloudfront where there are 3...
1
answers
0
votes
161
views
Lukas
asked 4 months ago
Seeking Forum Assistance: Currently, I'm utilizing an S3 bucket housing a website as objects, all connected to a CloudFront distribution. Furthermore, I've integrated Cognito for user authentication....
1
answers
0
votes
502
views
Kurn
asked 4 months ago
We have a Cloudfront based web application. The application is using Origin Edge Lambda which filters request based on certain SSM parameters. The SSM Parameters need to change often and the lambda...
0
answers
0
votes
134
views
Anand
asked 4 months ago
Is it possible to use a **CloudFunction** to configure the desired behavior? Are there some obvious things to try that I am missing? - `http://subdomain1.my-domain.com` >>>...
3
answers
0
votes
343
views
profile picture
johnny
asked 5 months ago
**Overview** I have a lambda function that attempts to redirect social media crawlers based on their user-agent header to an s3 containing prerendered html (s3 is called 'prerendered-routes'). If the...
2
answers
0
votes
276
views
Randall
asked 5 months ago