faasr_register_workflow_aws_lambda_function_build {FaaSr}R Documentation

faasr_register_workflow_aws_lambda_function_build

Description

Create aws lambda functions

Usage

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
)

Arguments

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


[Package FaaSr version 1.4.4 Index]