faasr_init_log_folder {FaaSr}R Documentation

faasr_init_log_folder

Description

This function creates an initial log folder in S3; it is called only at the entry point of a Workflow The folder name is a concatenation of FaaSrLog and InvocationID from the Payload. The folder name needs to be a unique ID. If the user doesn't provide InvocationID, generate a UUID If the folder already exists, abort with an error

Usage

faasr_init_log_folder(faasr)

Arguments

faasr

list with parsed and validated Payload

Value

faasr a list of json file, UUID updated.


[Package FaaSr version 1.4.4 Index]