LambdaAction

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)

Fields

cmd

Command to call the action

cmd: str

schema

Schema to validate action parameters

schema: Schema

action

Action to be executed

action: Callable[[], Any]