Seeking Best Function as a Service Platforms – Any Recommendations?
Is there a Function as a Service (FaaS) platform that can handle HTTP requests, process them with a custom function, and then forward the modified data via a POST request?
Ideally, I need a solution where I can define a function that takes HTTP headers and body as input, processes them, and then returns modified headers and body for re-transmission. It would be great if I could write this function in Python.
I've checked out webhookrelay.com, but the UI feels outdated, and it doesn’t support Python for custom functions. Any recommendations for a more modern, flexible FaaS tool?
8 comments
[ 9.6 ms ] story [ 57.8 ms ] threadhttps://www.dbos.dev
We even have a demo that includes a webhook:
https://github.com/dbos-inc/dbos-demo-apps/blob/main/python/...
We offer a serverless platform with state and workflows built in, and you can run any python code you want. You'll also only get charged when actual work is happening, not waiting.