Defines actions to be executed as Lambda functions.
Description
The LambdaAction class is used to define actions to be executed as Lambda functions.
Fields
cmd
Command to call the action
public String cmd
schema
Schema to validate action parameters
public Schema schema
action
Action to be executed
public Function<Map<String, Object>, ?> action