Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvokeLambdas ¶
func InvokeLambdas(payload LambdaInvoke, lambda string, output string)
Stage the lambda function for executing
Types ¶
type LambdaInvoke ¶
type LambdaInvoke struct { Targets []string `json:"Targets"` Args []string `json:"Args"` Output string `json:"Output"` }
struct for lambda invoke
Click to show internal directories.
Click to hide internal directories.