Accessing AWS Cloudfront Headers in Lambda Function
I am trying to create an API (either REST or HTTP API) on AWS that points to some lambda function that can then access the Cloudfront HTTP headers described here: Adding the CloudFront HTTP headers I have been struggling to…