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

Resizes images using a Lambda function (aka Serverless Thumbor)

Results 28 serverless-image-proxy issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | graphql-request | dependencies | minor | `1.4.1` -> `1.8.2` | [source](https://togithub.com/graphcool/graphql-request)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | lint-staged | devDependencies | minor | `6.0.0` -> `6.1.1` | [source](https://togithub.com/okonet/lint-staged)...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | ava | devDependencies | minor | `0.23.0` -> `0.25.0` | [homepage](https://ava.li),...

This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​types/aws-lambda | devDependencies | patch | `0.0.23` -> `0.0.35` | [source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)...

Don't reinvent the wheel. Just partner up with kraken.io, configure your own file storage as CDN on their platform, and use the full power of their image API.

Add ETag to header output based on s3 ETag Attempt to close #13 @schickling can you have a look? Thanks!

This fork is a proposal for my own point of view about how must the "force" flag work. Instead of modify the aspect ratio of the image, when the "force"...

In the readme, we can just see the `/` because the `*` are hidden inside the double quote.

In the handler.ts you are adding following headers: ``` headers: { 'Content-Type': ContentType, 'Content-Disposition': ContentDisposition, 'Cache-Control': 'max-age=31536000', }, ``` It would be great if you could add ETag and Last-Modified...