In this tutorial, we'll build a real-time image optimizer using Lambda@Edge and CloudFront. What is a real-time image optimizer?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. For example, here's a link t