aws-serverless-express-edge
aws-serverless-express-edge copied to clipboard
Run serverless applications on the edge in Amazon CloudFront by leveraging Lambda@Edge.
I get this error. I cannot access the _http_agent.js I don't have that file. Is there a way to solve this? ````javascript hostHeader.startsWith is not a function at calculateServerName (_http_agent.js:240:20)...
index.js 38line const headers = request.headers || {} http header is different to aws lambda event header aws lambda event header: ```javascript "age": [ { "key": "Age", "value": "2402" }...
in the awslabs version there is promise support…
Hello, This may be a setup issue with CloudFront, but I am not receiving a body inside the event object my Lambda is called with, and therefore it's not passed...