ILambdaService

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.

Instance methods

GetActions

Gets all actions supported by the service.

IList<LambdaAction> GetActions()