An interface that allows to integrate lambda controllers into lambda function containers and connect their actions to the function calls.
Description
The ILambdaController interface that allows to integrate lambda controllers into lambda function containers and connect their actions to the function calls.
Abstract methods
get_actions
Gets all actions supported by the controller.
abstractmethod
get_actions(): List[LambdaAction]
- returns: List[LambdaAction] - array with supported actions.