Defines actions to be executed as Lambda functions.
Description
The LambdaAction class is used to define actions to be executed as Lambda functions.
Constructors
LambdaAction(cmd: str = None, schema: Schema = None, action: Callable[[], Any] = None)