I want to deploy a serverless application on openFaaS. It should be similar to the following example application with AWS Lambda using a S3 trigger: https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
So far I have not been able to find anything similar to use with openFaaS to result in the same functionality for this use case.
Thanks in advance!