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 have two buckets, one in eu-west-1 and one in us-east-1. Lambda@edge executes on origin requests. The request is dynamically recreated based on the origin of the client. I spun up two servers in...
3
answers
0
votes
3203
views
asked a year ago
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy...
1
answers
0
votes
4424
views
Mayur
asked a year ago
Assume a user connects via a Websocket connection to a server, which serves a personalized typescript function based on a personalized JSON file So when a user connects, - the personalized JSON file...
1
answers
0
votes
285
views
asked a year ago
I have a CloudFront distribution with S3 origins. In the origin settings there are custom headers added (i.e. "x-test"). The behaviour has two Lambdas: for "origin request" and "origin response" hooks...
1
answers
0
votes
1128
views
Corwin
asked a year ago
Hi there, I filter requests to have crawlers and bots consuming a dedicated origin. This origin is an express webserver using puppeteer on ECS, behind an ALB. Calling directly the ALB using public...
1
answers
0
votes
714
views
Vincent
asked a year ago
I am having error with lambda once deployed into AWS. ``` <token> not a valid key=value pair (missing equal-sign) in Authorization header: 'Bearer <token>' ``` In which here, I am passing Auth0...
0
answers
0
votes
104
views
asked 2 years ago
I'm using a Lambda@Edge function (triggered on origin request) to change the meta tags for a react site, hosted on S3 with Cloudfront, for rich social sharing. It works perfectly for Facebook, but...
1
answers
0
votes
838
views
asked 2 years ago
I have a Lambda function that is using a docker image that's running Ubuntu 22.04 and NodeJS 14. The function works fine, but when I try to deploy it to @edge, it gives me this error: "Correct the...
Accepted AnswerLambda@Edge
1
answers
0
votes
1323
views
asked 2 years ago
I'm using a CloudFront with an origin-request Lambda@Edge function to switch between S3 origins in different regions, much like the "[Using an origin-request trigger to change the Amazon S3 origin...
0
answers
0
votes
553
views
profile picture
asked 2 years ago
Hi, I have followed steps provided by AWS account team and was not able to view or use AWS lambda service or ec2 service. There appears the issues with the account. However, any public URLs I cannot...
0
answers
0
votes
129
views
asked 2 years ago
Hello, Trusted Advisor gave me a performance recommandation which was to increase the memory size of some of my Lamda@Edge from 128Mo to at least 160Mo. ![Enter image description...
2
answers
0
votes
1018
views
asked 2 years ago
I do understand that Lambda@Edge can't be deleted unless they are de-attached from all other services including Cloudfront and when all replicas are deleted automatically. My problem is in my cleanup...
1
answers
0
votes
565
views
asked 2 years ago