Show / Hide Table of Contents

Namespace LambdaSharp.SimpleQueueService

Classes

ALambdaQueueFunction<TMessage>

The ALambdaQueueFunction<TMessage> is the abstract base class for handling Amazon Simple Queue Service (SQS) events.

LambdaQueueFunctionDependencyProvider

The LambdaQueueFunctionDependencyProvider class provides all the default, runtime dependencies for ALambdaQueueFunction<TMessage> instances.

Interfaces

ILambdaQueueFunctionDependencyProvider

The ILambdaQueueFunctionDependencyProvider interface provides all the required dependencies for ALambdaQueueFunction<TMessage> instances. This interface follows the Dependency Provider pattern where all side-effecting methods and properties must be provided by an outside implementation.

In This Article
Back to top Generated by DocFX