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 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 dif...
1
answers
0
votes
252
views
asked 9 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
759
views
asked 9 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 f...
0
answers
0
votes
135
views
asked 9 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` >>> `s3://my-bucket/subdomain1...
3
answers
0
votes
639
views
profile picture
asked 9 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
444
views
asked 10 months ago
I'm going to write a Lambda@Edge function and I'm deciding between the two latest Runtimes of Node.js 20 and Python 3.11. The code will do simple string manipulations to the Path of the request to Clo...
1
answers
0
votes
759
views
asked a year ago
My overall solution is that I'm using the lambda@edge function triggered at Origin-request cloudfront event to get signedCookies by accessing the private key from secrets. I notice that the replicatio...
1
answers
0
votes
486
views
asked a year ago
Can we validate code-signing for Lambda@Edge as its applicable for some of the aws services and I go thru the limitation its not mentioned there that aws lambda@edge doesn't support code-signing. Plea...
0
answers
0
votes
151
views
asked a year ago
Looks like the URL is pre-parsed into `uri` and `querystring`, but it leaves out location property or fragment identifier. We use vue.js and it creates URL's like `domain.com/#/path/to/something/?opti...
1
answers
0
votes
566
views
asked a year ago
Hi All, I'm currently trying to implement an integration in an Edge function to call a Lambda Function through an FunctionUrl which has IAM as auth-type. I originally followed this blog post available...
0
answers
0
votes
157
views
asked a year ago
Instead of directly serving objects from AWS S3, we can use AWS Cloud Front CDN for object delivery, Since we are using AWS Server Side Encryption with Customer provided keys in S3, it is difficult to...
0
answers
0
votes
101
views
asked a year ago
Hi, I have a gatsby served page and like many before me I have the issue of when URI does not include index.html it does not find the page to serve. I've followed countless guides now from adding a f...
0
answers
0
votes
289
views
asked a year ago