Table of Contents

Namespace AWS.Messaging.Lambda

Classes

InvalidLambdaMessagingOptionsException

Thrown when a LambdaMessagingOptions is configured with one or more invalid values

LambdaInvocationFailureException

Thrown to communicate a fatal error in the Lambda invocation to the Lambda service.

LambdaMessagingOptions

Configuration options for polling and processing messages from SQS.

Interfaces

ILambdaMessaging

This interface provides the functionality to process SQS messages in a Lambda function. This interface is what Lambda functions must retrieve from the IServiceProvider and invoke one of the process methods passing the Amazon.Lambda.SQSEvents.SQSEvent and Amazon.Lambda.Core.ILambdaContext.