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