Reputation: 512
I have various SQS queues, connected with one single DLQ queue, and a Lambda function started by DLQ. Is the a way to identify the original queue that fed the DLQ?
Upvotes: 1
Views: 104
Reputation: 12259
No, unless you have some sort of source queue identifier included in the message body.
Upvotes: 1