Hi,
We tried using BentoML + BentoCTL with
https://github.com/bentoml/aws-lambda-deploy
It seems it generates a lambda + API Gateway, but we do not have that setup. We use an s3 event + lambda, it needs to read the file from s3 and not get the image serialized via an api gateway.
Is there a way to use aws-lambd-deploy with S3 events, or should we create our own wrapper?
Thank you !