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'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...
1
answers
0
votes
543
views
Max
asked 7 months 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...
1
answers
0
votes
363
views
asked 7 months 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....
0
answers
0
votes
147
views
asked 7 months 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...
1
answers
0
votes
431
views
Dom MSK
asked 8 months 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
152
views
asked 8 months 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
Aruna
asked 9 months 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...
1
answers
0
votes
265
views
asked 10 months ago
I have deployed a cloudformation stack using the [cloudfront-authorization-at-edge](https://github.com/aws-samples/cloudfront-authorization-at-edge) template and now I have a Lambda@Edge application...
Accepted AnswerLambda@Edge
2
answers
0
votes
554
views
Opeongo
asked 10 months ago
I have a very simple approach for a PoC: ``` export const handler = async (event, context, callback) => { const request = event.Records[0].cf.request; console.log(JSON.stringify(request)) ...
1
answers
0
votes
654
views
Sven
asked 10 months ago
**What's Wrong:** I have a Lambda@Edge function that is supposed to trigger on a CloudFront 'Viewer Request' event. The function is designed to perform A/B testing by routing traffic to one of two S3...
1
answers
0
votes
1114
views
asked 10 months ago
Hi - launch is failing, though I changed python runtime to 3.11 , which was 3.6 custom lambda is not created or called. Has anybody tried this solution successfully? Regards
1
answers
0
votes
250
views
asked a year ago
I've recently upgrade lamdba to node 18 and some of the functions seem to be throwing the following error. I am no longer using the 'aws-sdk' but the '@aws-sdk/client' v3 versions ``` { ...
2
answers
0
votes
7884
views
Sven
asked a year ago