Best Practices for using Lambda@Edge to process images on AWS
Github Provides docker environment and code which process image. Welcome to star, fork or PR to improve the practice. Repo:Click The Link What’s this For the same image link, we may response different sizes of thumbnails according to different pages. Unfortunately, AWS does not directly provide such services. But it provides lambda@edge with CloudFront to handle this kind of demand. Therefore, I designed a set of solutions to achieve the requirements of image processing. This article contains instructions, design solutions and practical steps. ...