Skip to main content

S3 Thumbnail System

Create Thumbnail Worker With S3 and Lambda: Make the Thumbnail

·9 mins
Introduction # This is second and final post in the series of creating a S3 thumbnail system with Lambda. You must already be aware of the prerequisites from the last section. To follow this post, familarity with Python would benifit. This is second part of the 2 section tutorial: Test the Trigger Make the Thumbnail (you are here) We are doing Make the Thumbnail.

Create Thumbnail Worker With S3 and Lambda: Test the Trigger

·7 mins
Introduction # In this post, we are going to see how we can use existing AWS infrastructure to create thumbnail for uploaded images. In this venture, we are going to use S3 trigger to execure Lambda function to do whatever we want. But in this case, we’ll create thumbnail so that we can save on some bandwidth when only a smaller version of image is required on the frontend.