aws / aws-lambda-java-libs

Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

Home Page:https://aws.amazon.com/lambda/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unrecognized field "SequenceNumber" (class com.amazonaws.services.lambda.runtime.events.SNSEvent$SNS), not marked as ignorable (11 known properties: "signatureVersion", "messageId", "signingCertUrl", "message", "signature", "type", "subject", "messageAttributes", "timestamp", "unsubscribeUrl", "topicArn"])

ernad-delic opened this issue · comments

There is an issue with SNS FIFO. SequenceNumber is assigned to each published message, but property is not available in SNSEvent.SNS class.

Hi @ernad-delic,

Can you explain this issue a little more? Do you have SNS (FIFO) -> SQS (FIFO) -> Lambda?

What is your handler signature?

Thanks,

M