Image-Flex icon indicating copy to clipboard operation
Image-Flex copied to clipboard

A robust, secure, and easily deployable image resizing service that scales, optimizes, and caches images on "the edge," on the fly, built on AWS Serverless technologies. Served by CloudFront via an Or...

Results 10 Image-Flex issues
Sort by recently updated
recently updated
newest added

🙏 Thanks so much for this repo, it was exactly what I needed 🌲 I added a Github action to run the tests.

When file doesn't exist and S3 returns 403 in consequence, GetOrCreate lambda returns an error (cannot find method "replace" of undefined) and it causes a 503 Bad Gateway response. This...

Hi, I'm facing the following error with some images that are a little bit heavy, around 5MB. Did you face this error too? Or do you know a workaround for...

allow switch s3 bucket out of east-us-1 region - go to Image-Flex-master/src/GetOrCreateImage folder to manually change the region in GetOrCreateImage.js file - allow bucket access on lambda role

CloudFormation creation of the logging bucket was failing with the error: `AWS::CloudFront::Distribution: The S3 bucket that you specified for CloudFront logs does not enable ACL access`. [From AWS](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#AccessLogsBucketAndFileOwnership%5D) > Starting...

can you add an AVIF handler to serve which ever image (AVIF, webp, etc..) is smaller in size?

We have a bucket of images that has reached the size of 4+TB, and we are seeking to reduce the size of it. Since this project stores resized images within...