check_lambda_exists {FaaSr} | R Documentation |
check_lambda_exists
Description
check if a Lambda function exists
Usage
check_lambda_exists(function_name, cred, lambda_server_info)
Arguments
function_name |
a string for the function name |
cred |
a list form of the credentials |
lambda_server_info |
a list form of Lambda server information: id, keys, region |
[Package FaaSr version 1.4.4 Index]