venveo / serverless-sharp

Serverless image optimizer for S3, Lambda, and Cloudfront
https://venveo.github.io/serverless-sharp/
MIT License
168 stars 34 forks source link

Question: S3 Object Lambda #93

Open dciphered opened 3 years ago

dciphered commented 3 years ago

Team,

Does the project support S3 Object Lambda access points instead of having to deploy the current serverless image handler stack?

Wondering if there's any guides or information available to help achieve the above.

Many thanks.

Mosnar commented 3 years ago

This project was put together well before Object Lambda was a thing, so it's not currently part of it; however, it seems like it may be a good fit for future work. There's a bit of research to be done first though - particularly, as it relates to processing limitations and API Gateway.

Going to leave this open to marinate, but I think our current implementation is sufficient and provides the most flexibility for people who want to fork and tweak as their application requires.

dciphered commented 3 years ago

Thanks for the reply, Monsar. Glad it peaked an interest - would definitely be a great feature down the track.