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.
Methods
GetActions
Gets all actions supported by the controller.
GetActions() []*LambdaAction
- returns: []*LambdaAction - array with supported actions.