CloudFunctionAction

Defines some fields such as action, cmd and schema.

Description

The CloudFunctionAction defines some fields such as action, cmd and schema.

Fields

action

Action to be executed

action: Callable[flask.Request, Any]

cmd

Command to call the action

cmd: str

schema

Schema to validate action parameters

schema: Schema