faasr_register_workflow {FaaSr}R Documentation

faasr_register_workflow

Description

Client tools for registering actions This aggregates openwhisk, github actions and lambda's register functions

Usage

faasr_register_workflow(...)

Arguments

...

inputs for timeout, cron, and memory

Value

return nothing / executes the FaaS

Examples

if (interactive()){
test <- faasr("test.json", "env")
test$register_workflow
}

[Package FaaSr version 1.2.1 Index]