View source: R/faasr_client_api_aws-lambda.R
check_user_image_exist | R Documentation |
check if user provided image exists, if not, return false then stop processing
check_user_image_exist(
faasr,
action_name,
server_name,
user_image_url,
current_lambda_server_info
)
faasr |
a list form of the JSON file |
action_name |
a string for the target action name |
server_name |
a string for the target server |
user_image_url |
a string for FaaSr container image uri |
current_lambda_server_info |
a list form of current Lambda server information: id, keys, region |
logical value TRUE/FALSE for the existence of user images.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.