serverless-image-handler
serverless-image-handler copied to clipboard
A solution to dynamically handle images on the fly, utilizing SharpJS
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...
**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...
**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...
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...
**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...
**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...
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...
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...
**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...
**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": {...