Building a Real-Time Image Optimizer Using Lambda@Edge and Amazon CloudFront
A real-time image optimizer is a service that resizes the requested image
according to specific query parameters. It then caches the image so that if the
same image with the same parameters is requested again, it will be served from
the cache. In this tutorial, I show you how to build one from scratch.
click to read more