retinal icon indicating copy to clipboard operation
retinal copied to clipboard

πŸ™ Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered

Results 21 retinal issues
Sort by recently updated
recently updated
newest added

I am pushing pictures taken by webcam to s3 bucket and want to process those or rather optimize those images so that their file size reduces but there is not...

feature

The following error occurs when an image is uploaded to S3: ```json { "errorMessage": "Cannot read property 'forEach' of undefined", "errorType": "TypeError", "stackTrace": [ "/var/task/handler.js:959:20", "next (native)", "step (/var/task/handler.js:279:31)", "/var/task/handler.js:290:14",...

question

Sharp lets you extract EXIF and other metadata from images. Add the ability to extract this data and save it either as JSON alongside the output image, or into a...

enhancement

Given that Serverless 0.16.0 added a feature which omits devDependencies from the deployment packages, we should just remove the webpack dependency entirely. No real need to minify the code. We...

enhancement
maintenance
chore

Let’s get started with automated dependency management for serverless-sharp-image :muscle: ⚠️ We found a `yarn.lock` file in this repository. You need to use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure it gets updated...

greenkeeper

Currently, images are processed when S3 events trigger the resizing function. This feature proposes to extend resizing functionality to API Gateway, exposing a simple REST API for resizing images on...

enhancement
feature

Improve the readme.md documentation before 1.0 release. - [ ] improve configuration section (specifically concerning outputs) - [ ] improve documentation on usage of lib/sharp tarball - [ ] add...

enhancement
help wanted

Q: Should this be done in a new Lambda function or as part of the same/single lambda function? Q: Should this be a lambda function in a separate project? -...

enhancement

Add support for handling S3 DeleteObject events which, using the key's defined in config's outputs, will try to delete any previously generated images.

enhancement

Add the ability to read image-processing configuration (the outputs/resize/sharp functions) from the source S3 bucket (or, maybe, any bucket?) - [ ] Some hierarchy of resolving S3-sourced configuration. E.g. First...

enhancement