serverless-image-handler icon indicating copy to clipboard operation
serverless-image-handler copied to clipboard

A solution to dynamically handle images on the fly, utilizing SharpJS

Results 37 serverless-image-handler issues
Sort by recently updated
recently updated
newest added

Hello, currently when using Thumbor-Style URLs (which is the only way to get readable URLs for SEO) you cannot specify the bucket which will get used. Currently always the first...

included-pending-release

**Is your feature request related to a problem? Please describe.** Hello! When I was using the serverless-image-handler, I could not view files with a specific magic number (i.e. FFD8FFED). This...

enhancement

**What is your question?** I put an alternate domain name into the cloud front distribution - but it doesn't work. the output cloudfront url does work fine. I can access...

question

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

**Is your feature request related to a problem? Please describe.** 1. If there is a miss on Cloudfront, Lambda will always be called to generate an image. 2. Lambda limits...

enhancement

**Is your feature request related to a problem? Please describe.** Lambda's 6M payload limitation causing 413 error **Describe the feature you'd like** Give the user an option to fallback to...

enhancement
included-pending-release

My company recently deployed the serverless image handler, and it was a breeze - nice work! One thing we've noticed that has been a little surprising is a lower than...

question
included-pending-release

Thumbor is supported as far as I know through your mapping code: https://github.com/aws-solutions/serverless-image-handler/blob/develop/source/image-handler/thumbor-mapper.ts, however there is no case for "smart". So would it be possible to implement the Thumbor style...

enhancement
included-pending-release

**Describe the feature you'd like** Add support for time limited links. The solution already supports signature validation. So it would be great if you could add an `Expires` parameter to...

enhancement
included-pending-release

**Issue #, if available:** #345 **Description of changes:** - Allow overwriting `Expires` response header - Respond with 4xx error when requesting _manually_ expired resource By setting the `{ "headers": {...

enhancement
included-pending-release