Show / Hide Table of Contents

Enum ALambdaFunction.FailedMessageOrigin

The ALambdaFunction.FailedMessageOrigin describes the origin of the failed message. The origin determines how the failed message will be retried.

Namespace: LambdaSharp
Assembly: LambdaSharp.dll
Syntax
public enum FailedMessageOrigin

Fields

Name Description
ApiGateway

The message originated from the API Gateway service.

CloudFormation

The message originated from the CloudFormation service.

SNS

The message originated from the Simple Notification Service service.

SQS

The message originated from the Simple Queue Service service.

In This Article
Back to top Generated by DocFX