aws-lambda-image
aws-lambda-image copied to clipboard
Automatic image resize/reduce on AWS Lambda
I'm having some issues with: > Error: read ECONNRESET > at exports._errnoException (util.js:1018:11) > at Pipe.onread (net.js:568:26) I'm uploaded ~1800 images, but ~600 images i'm having this trouble... Isn't image...
After running `sudo npm run deploy` (Amazon Linux), I get the following error output: ``` > [email protected] deploy /home/ec2-user/aws-lambda-image > claudia create --profile $npm_package_config_profile --region $npm_package_config_region --version dev --handler index.handler...
I've followed the instructions, have uploaded the .zip file to AWS lambda, and have tried to upload a sample image on S3 to see if it got resized. That did...
Hi, I am seeing quite alow performance in resizing pictures, is it normal? Resizing FullHD image to 2 sizes takes almost 7 seconds. Is this a normal behaviour? Thank you....
From what I'm following in the code, the autoOrient() method is only called from resize method, and not reduce. It should be available for both - where would I add...
* Introducing output directory extension using RegEx * Splitting tests groups into separate ones * Upgrading `ava` dependency to `0.18.2` * Updating `configtest` (in progress) * Updating README.md (in progress)
Everything works great but if I convert a portrait image I get it back as landscape, probably use auto-orient parameter for ImageMagick?
Its would be awesome if this library has a extra feature of watermarking.
Is it possible to have this create a circular image with a transparent background? I would like to go from this:  to this:  I would also like to...
like ``` { "bucket": process.env.bucket ... } ```