Jump to content

Using AWS Lambda with AWS S3


CMoore

Recommended Posts

I love that we can setup a bucket to store and feed images from. However, some of the images that are being uploaded aren't as compressed as I would prefer. I would like to try to use AWS's Lambda to handle image compressions or maybe even conversion to webP. In order to prevent a loop, Lambda will need to pull the images from one bucket and dump them into another.  But Jreviews sends and fetches files from a singular location (per media type) so right now it's not really possible. However, is there a way to use a filter to maybe send the image to another bucket, then use the standard bucket path being used now to fetch them for display?

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...