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