Python How to create a thumbnail API service in 5 minutes 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