faasr_run_user_function {FaaSr} | R Documentation |
Run user functions and leave the state information
faasr_run_user_function(.faasr)
.faasr |
list with parsed and validated Payload |
return nothing / executes the given user function
# This function can be run only in the container
if (interactive()){
faasr_run_user_function(.faasr)
}