View source: R/faasr_client_api_aws-lambda.R
faasr_set_workflow_timer_ld | R Documentation |
# set/unset workflow cron timer for lambda
faasr_set_workflow_timer_ld(faasr, cred, target, cron, unset = FALSE)
faasr |
a list form of the JSON file |
cred |
a list form of the credentials |
target |
a string for the target action |
cron |
a string for cron data e.g., */5 * * * * |
unset |
a logical value; set timer(FALSE) or unset timer(TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.