faasr_register_workflow_openwhisk: faasr_register_workflow_openwhisk

View source: R/faasr_client_api_openwhisk.R

faasr_register_workflow_openwhiskR Documentation

faasr_register_workflow_openwhisk

Description

register the workflow for openwhisk. parse faasr to get the server list and actions. create a actions for the FaaSr actions.

Usage

faasr_register_workflow_openwhisk(
  faasr,
  cred,
  ssl = TRUE,
  memory = 1024,
  timeout = 600,
  storage = NULL
)

Arguments

faasr

a list form of the JSON file

cred

a list form of the credentials

ssl

SSL CA check; for the SSL certificate: FALSE

memory

an integer for the max size of memory

timeout

an integer for the max length of timeout


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