Skip to content

4.0.3-ilove

Pre-release
Pre-release
Compare
Choose a tag to compare
@rpong rpong released this 18 Dec 10:54
· 2 commits to master since this release

This is a fork of https://github.com/awslabs/serverless-image-handler version 4 which fixes several issues pertaining to subdirectory support, handling of rotation, fit-in behaviour and several other issues. SEE: awslabs#130

This is the zip package that you replace your Lambda Function with - in the AWS Console.

USE AT YOUR OWN RISK.

I created this bundle because there are reports of people having trouble re-bundling the package from the source code.

How to Use:
1.) Go to your AWS Serverless Image Hander Lambda Function
2.) Scroll down to function code -> Select Upload a .zip file -> Click Upload -> and Upload this ZIP package (awslabs-serverless-image-handler-4.0.3-ilove.zip)
3.) Change Runtime to Node.js 12.x
4.) Click Save -> Click Actions and Select Publish New version.
5.) Go to the associated Cloudfront Distribution
6.) Click the Invalidations tab
7.) Create a new Invalidation for this path: /*

And you're set.

DO AT YOUR OWN RISK.