Open amtdevops opened 1 year ago
This library only provides a way to consume and produce SQS messages at this time. I will consider to implement the feature that we can access to the underlying SQS client.
In the meanwhile, since you should provide a SQSClient, which @aws-sdk/client-sqs
library has, you can do what you want to do with direct access of the client object.
Can you please explain how we can delete messages manually? I went through the complete library code, but I didn't find any implementation for deleting the message from the SQS queue.