In this blog article, I would like to show you how to develop an API service for creating thumbnails with AWS Lambda in less than 5 minutes. The service will accept pictures over a REST API and return the thumbnails using ImageMagick. In a second step, we are going to