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
)a list form of the JSON file
a list form of lambda function information: name, actions
a list form of lambda function information: name, images
a string for the lambda role name
a list form of the credentials
a list form of Lambda server information: id, keys, region
an integer for the max size of memory
an integer for the max length of timeout