This package contains interfaces and classes used to create Lambda services.
Interfaces
ILambdaService
An interface that allows to integrate lambda services into lambda function containers and connect their actions to the function calls.
Classes
CommandableLambdaService
Abstract service that receives commands via AWS Lambda protocol to operations automatically generated for commands defined in ICommandable components.
LambdaAction
Defines actions to be executed as Lambda functions
LambdaService
Abstract service that receives remove calls via the AWS Lambda protocol.