View source: R/faasr_client_api_aws-lambda.R
execute_command_with_retry | R Documentation |
check if aws command run successfully, and retry
execute_command_with_retry(
function_name,
function_image_url,
cred,
current_lambda_instance,
max_retries = 3,
sleep_seconds = 5
)
function_name |
a string for the function name |
function_image_url |
a string for FaaSr container image uri |
cred |
a list form of the credentials |
current_lambda_instance |
a list form of current Lambda server information: id, keys, region |
max_retries |
a integer for the number of maximum tries |
sleep_seconds |
a integer for the time for sleep between retries |
a logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.