Open mattcobley opened 1 month ago
Hm, this looks like it should work I think. What version of GoAWS
are you on?
Hm, this looks like it should work I think. What version of
GoAWS
are you on?
Thanks for the response. v0.5.0, I believe.
Hm, I'll see if I can recreate it. Thanks!
@mattcobley thanks for bringing this to our attention! Definitely a problem here. 🤦 I just put up a PR for it - https://github.com/Admiral-Piett/goaws/pull/336 That should take care of it I think. It'll be out in v0.5.2, I'll let you know when it's out.
Hi,
When using this service with a slightly older version of the AWS SDK (e.g. 3.445.0) we get an error like the following when receiving some SQS messages (note that here we're manually calling
send
on the SQS client with aDeleteMessageBatchCommand
). This works with the real AWS SQS service.