Today, we are launching aliases for S3 Object Lambda Access Points. Aliases are now automatically generated when S3 Object Lambda Access Points are created and are interchangeable with bucket names anywhere you use a bucket name to access data stored in Amazon S3.

Using an S3 Object Lambda Access Point as the Origin of a CloudFront Distribution For simplicity, I am using the https://aws.amazon.com/blogs/aws/introducing-amazon-s3-object-lambda-use-your-code-to-process-data-as-it-is-being-retrieved-from-s3/ that changes all text in the original file to uppercase. This time, I use the S3 Object Lambda Access Point alias to set up a public distribution with CloudFront.

Setting Up Permissions to Use an S3 Object Lambda Access Point as the Origin of a CloudFront Distribution First, the S3 Object Lambda Access Point needs to give access to the CloudFront distribution.

Related Articles