|
|
|
Seeking Best Function as a Service Platforms – Any Recommendations?
|
|
1 points
by grocketeer
549 days ago
|
|
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? |
|