aws-lambda-image icon indicating copy to clipboard operation
aws-lambda-image copied to clipboard

Automatic image resize/reduce on AWS Lambda

Results 63 aws-lambda-image issues
Sort by recently updated
recently updated
newest added

It looks like because of some design flaw, some tests like to periodically fail in `e2e-jpeg.js` test suite. We need to redesign them, to get rid of those false negative...

bug
tests

I need some clarification about the config file. Given this configuration: ``` { "acl": "public-read", "reduce": { "quality": 60, "suffix": "_reduced" }, "resizes": [ { "size": 200, "suffix": "_resized" }...

It is useful for optimizing SVG file in this process.

enhancement

I've set the lambda to point to a specific bucket and resize the image 3 times. Everytime I upload an image to the monitored folder, I get the following error...

I am finding that jpg file sizes greater than 5GB fail. The error I am getting is this: Error: read ECONNRESET at errnoException (net.js:905:11) at Pipe.onread (net.js:559:19) I have memory...

Keep getting an EPIPE error, my files are pretty large, approx 2-3MB: `2016-05-14T05:17:33.860Z 23ca5c10-1993-11e6-96f0-4980e923c2ed Error: write EPIPE at Object.exports._errnoException (util.js:870:11) at exports._exceptionWithHostPort (util.js:893:20) at WriteWrap.afterWrite (net.js:763:14)`

Am looking for an AWS Lambda solution which would both crop (#38) and resize images, optionally outputting them in an image format different from the input (#45) server-side. Here's a...

I get the following error when I resize image having size greater than 50kb(Around 500KB) I get the following error on Lambda(Although it runs fine on my local) :- ```...

Can't get this to work at all, anyone else?

The scripts inside the Dockerfile are broken due to broken links. I patched this locally and tested everything works okay.