faasr_run_user_function: faasr_run_user_function

View source: R/faasr_run_user_function.R

faasr_run_user_functionR 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)
}

FaaSr documentation built on June 22, 2024, 9:38 a.m.