Controllers

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

Interfaces

ILambdaController

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


Types

CommandableLambdaController

Abstract controller 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 controller that receives remove calls via the AWS Lambda protocol.