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

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...

wontfix

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....

enhancement
help wanted

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.

enhancement

Is it possible to have this create a circular image with a transparent background? I would like to go from this: ![image](https://cloud.githubusercontent.com/assets/9082364/23727622/691c8f44-041e-11e7-8518-9579b3ca76c7.png) to this: ![image](https://cloud.githubusercontent.com/assets/9082364/23727631/71fc430c-041e-11e7-8132-fb8c22c826a7.png) I would also like to...

like ``` { "bucket": process.env.bucket ... } ```

enhancement
help wanted