Support for the Fission serverless framework
Thanks for the suggestion! I have only surface knowledge about Fission. What should that support look like? Note that Benthos is a single static binary that you can run anywhere you like either directly or in a Docker container. Based on this Fission hello world example, if you want to craft your own Benthos binary, you can basically copy / paste main.go from the benthos-plugin-example repo (without the sample plugins) and write a Benthos yaml config file with a http_server input and whichever output.
That's awesome! I haven't had time to test this out but I will soon enough. Perhaps it's just a matter of adding a new page to the docs with the instructions. Hopefully I'll be able to post an update here
Moving this to a discussion as per #2026. Feel free to open a new issue if any Benthos enhancements are required.