Learn R Programming

FaaSr (version 1.4.4)

faasr_register_workflow: faasr_register_workflow

Description

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

Usage

faasr_register_workflow(...)

Value

return nothing / executes the FaaS

Arguments

...

inputs for timeout, cron, and memory

Examples

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

Run the code above in your browser using DataLab