faasr_register_workflow_aws_lambda {FaaSr}R Documentation

faasr_register_workflow_aws_lambda

Description

starts to register functions in the JSON file for AWS-Lambda

Usage

faasr_register_workflow_aws_lambda(
  faasr,
  cred,
  memory = 1024,
  timeout = 600,
  storage = 1024
)

Arguments

faasr

a list form of the JSON file

cred

a list form of the credentials

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]