Resizing images uploaded to Amazon S3 with AWS Lambda (.NET)
Amazon S3 → AWS Lambda → Amazon S3
Automate the creation of thumbnail images from new images on Amazon S3 leveraging Lambda and .NET
This pattern deploys an Amazon S3 bucket for image hosting with an AWS Lambda function that gets invoked when new images are added to the bucket. The Lambda function uses .NET 6 to create a thumbnail of the image and save the thumbnail back to the same S3 bucket.