Hi,
We have a requirement to read specific SQS message (by passing sqs message id) and delete it after entire pipeline process gets completed.
When I use the SQS Consumer snap by passing sqs message id, it is reading all the messages from Queue inst...