Compress images with C#, .NET Core, AWS Lambda and TinyPNG

added by DotNetKicks
3/23/2017 12:32:15 PM

1224 Views

In this blog post we will look at how you can create a simple AWS Lambda function in C# (and .NET Core) which will compress images uploaded to an S3 bucket using the TinyPNG API. The Lambda function will be configured to automatically be triggered whenever a new image is uploaded to the S3 bucket.


0 comments