View source: R/faasr_client_api_aws-lambda.R
faasr_register_workflow_aws_lambda_function_build | R Documentation |
Create aws lambda functions
faasr_register_workflow_aws_lambda_function_build(
faasr,
lambda_function_info,
function_image_list,
aws_lambda_role_name,
cred,
lambda_server_info,
memory = 1024,
timeout = 600,
storage = 512
)
faasr |
a list form of the JSON file |
lambda_function_info |
a list form of lambda function information: name, actions |
function_image_list |
a list form of lambda function information: name, images |
aws_lambda_role_name |
a string for the lambda role name |
cred |
a list form of the credentials |
lambda_server_info |
a list form of Lambda server information: id, keys, region |
memory |
an integer for the max size of memory |
timeout |
an integer for the max length of timeout |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.