Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 743 Bytes

FaasInterface.md

File metadata and controls

18 lines (11 loc) · 743 Bytes

FaasInterface

Part of a Task. Represents one function.

Properties

Name Type Description Notes
functionName String Unique name of the function. [optional]
sourceCodeUrl String URL path to ZIP artifact. [optional]
handler String function in the code to be invoked. [optional]
triggers List<Trigger> Events on which function will be invoked. [optional]
timeout Integer Allowed time in seconds for function to finish its task. [optional]
functionEnvironment Map<String, String> A key - value type of Map using <String, String>. [optional]