retinal
retinal copied to clipboard
π Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
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...
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",...
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...
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...
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...
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...
Improve the readme.md documentation before 1.0 release. - [ ] improve configuration section (specifically concerning outputs) - [ ] improve documentation on usage of lib/sharp tarball - [ ] add...
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? -...
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.
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...