Documents / @faasjs/core / FuncRuntime
Type Alias: FuncRuntime
FuncRuntime =
"api"|"job"
Runtime family executing a Func.
api is used by HTTP APIs created with defineApi(), and job is used by
background jobs created with defineJob().
Documents / @faasjs/core / FuncRuntime
FuncRuntime =
"api"|"job"
Runtime family executing a Func.
api is used by HTTP APIs created with defineApi(), and job is used by
background jobs created with defineJob().