faasr_register_workflow_openwhisk_create_action: faasr_register_workflow_openwhisk_create_action

View source: R/faasr_client_api_openwhisk.R

faasr_register_workflow_openwhisk_create_actionR Documentation

faasr_register_workflow_openwhisk_create_action

Description

Create an action if it already exists and user wants, update the action

Usage

faasr_register_workflow_openwhisk_create_action(
  ssl,
  actionname,
  server,
  faasr,
  memory,
  timeout,
  check
)

Arguments

ssl

SSL CA check; for the SSL certificate: FALSE

actionname

a string for the target action name

server

a string for the target server

faasr

a list form of the JSON file

memory

an integer for the max size of memory

timeout

an integer for the max length of timeout

check

a logical value for target existence


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