View source: R/faasr_client_api_openwhisk.R
faasr_register_workflow_openwhisk_create_action | R Documentation |
Create an action if it already exists and user wants, update the action
faasr_register_workflow_openwhisk_create_action(
ssl,
actionname,
server,
faasr,
memory,
timeout,
check
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.