faasr_run_user_function {FaaSr}R Documentation

faasr_run_user_function

Description

Run user functions and leave the state information

Usage

faasr_run_user_function(.faasr)

Arguments

.faasr

list with parsed and validated Payload

Value

return nothing / executes the given user function

Examples

# This function can be run only in the container
if (interactive()){
faasr_run_user_function(.faasr)
}

[Package FaaSr version 1.2.1 Index]