You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
However, I've set deleteAfterProcessing to true so each successful message wil not get retried if one message fails.
I assume it's a lambda thing because in the input to the lamdba function I can see that receiptHandle is spelled with lowercase r.
When i changed from ReceiptHandle to receiptHandle in your library it worked 😃
Not sure if I'm using your library in a different way than you intended.
sns-sqs-big-payload/src/sqs-consumer.ts
Line 292 in fb283ee
sns-sqs-big-payload/src/sqs-consumer.ts
Line 281 in fb283ee
pretty sure that it should be receiptHandle with lower case and not ReceiptHandle. 😃
Btw, keep up the good work 👍
The text was updated successfully, but these errors were encountered: