pip_services3_aws.services.ILambdaService module
- class pip_services3_aws.services.ILambdaService.ILambdaService
Bases:
abc.ABCAn interface that allows to integrate lambda services into lambda function containers and connect their actions to the function calls.
- abstract get_actions() List[pip_services3_aws.services.LambdaAction.LambdaAction]
Get all actions supported by the service.
- Returns
an array with supported actions.