I have an application where user can write custom python function code and request payload. User should be able to test function on click of a button. My requirement is to dynamically deploy this code(can have extra wrapper code if necessary) as Function in my kubernetes cluster using openfaas, send the payload to test and fetch the results.
I need all these steps executed with in 60 sec. I am more worried on cold starts incurred while creating function.
Can anyone suggest on whether this requirement is feasible through openfaas ?