Controllers

This package contains interfaces and classes used to create Lambda services.

Interfaces

ILambdaController

An interface that allows to integrate lambda services into lambda function containers and connect their actions to the function calls.


Classes

CommandableLambdaController

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

LambdaController

Abstract service that receives remove calls via the AWS Lambda protocol.