Protecting an AWS Lambda function URL with Amazon CloudFront and Lambda@Edge

This blog post shows how to use CloudFront and Lambda@Edge to protect a Lambda function URL configured with the AWS_IAM authentication type by adding the appropriate headers to the request before it reaches the origin.

Continue reading