python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Signed cookies using lambda@edge
I'm using a lambda@edge, viewer request to include signed cookies in my application, but for some reason the cookies are not set in the headers, I followed the example of this documentation (https://a...
Gabriela Maria Pacheco da Roch
Votes: 0
Answers: 0
Creating Python Lambda@Edge to access a secret in Secrets Manager
I wrote a python lambda that does basic HTTP auth using a user name and password. I created a simple static website in S3 and the python auth lambda is to be invoked by CloudFront viewer request to g...
k2so
Votes: 0
Answers: 1
How to redirect routes from cloudfront to an API Gateway that contains multiple services created by serverless framework?
I created an API Gateway using AWS CDK and I am using the serverless framework to create 3 different API's using the same API Gateway. My API Gateway structure looks like this:
/
/service1
/ser...
Rodrigo Francisquini
Votes: 0
Answers: 0
CloudFront Lambda@Edge not seeing custom headers in viewer request
I have a CloudFront distribution with a Lambda@Edge function which handles viewer request event. I want to send some custom headers and have them processed by Lambda@Edge, however Lambda function does...
Yaiba
Votes: 0
Answers: 0