Securing an AWS Lambda function URL with Amazon CloudFront and Lambda@Edge
AWS Lambda function URL is a convenient way to expose your Lambda function to the public. Here, it is important to protect your function from unauthorized access. One way to do this is to use Amazon CloudFront and Lambda@Edge. ...