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've following issue: Tried to resize my example_cover.jpg as 500x500 and example_logo.jpg as 400x400 and 200x200. Couldn't find a way to prevent images from resizing useless sizes. I don't want...

After successfully deploying the lambda function i tried to add a first s3-handler: `npm run add-s3-handler --s3_bucket="xxxxxx" --s3_suffix=".jpg"` But it ends up reproducable with the following error: ``` > [email protected]...

2.4.0 ``` $ ./pngquant --version 2.4.0 (April 2015) $./pngquant --force --quality=60-100 --verbose 1468407_42020359_004.png --output 1468407_42020359_004_90.png 1468407_42020359_004.png: read 2496KB file made histogram...536779 colors found selecting colors...4% selecting colors...7% selecting colors...11% selecting...

In previous versions the filename remained the same across backups/reduces/resizes. In commit f9eed2f1f5b6f89bb6ff8fc849951f0804c13379 the code was changed to change to the file type's extension, breaking my app (when I updated)....

[Serverless ](https;//github.com/serverless/serverless) seems to becoming the standard for serverless architecture. I suggest making a serverless package of this repo.

My build is based on node 4.3.2 and npm 2.14.12. AWS cli is setup and configured. `npm run test-config` runs fine: ``` Configuration check finished. Your configuration is green! npm...

Hi! I need support for extent but I fail to get it to work :/ > extent > composite image on background color canvas image. > > gm("img.png").extent([width, height, options])...

Implement https://github.com/google/guetzli

enhancement
help wanted

I guess it would be useful for a lot of people if you could also run this function against pre-existing files on S3. Is there a way to do so?...

question

I verified before that there are no other lambda functions, nor any other trigger functions any thoughts ? ``` $ npm run add-s3-handler --s3_bucket="uploads.lifetales.me" --s3_prefix=“story/“ --s3_suffix=".jpg" > [email protected] add-s3-handler /home/jodi/aws-lambda-image...