Open zikeji opened 1 month ago
It is related with jackson-ize process with empty map in go 🤔 We may need to add a condition somewhere to prevent map from being made carelessly.
@zikeji I maaaay have gotten this with the 0.5.1 release. Would you mind checking when you have time and letting me know what you find? Thank you!
@Admiral-Piett Thanks for taking a look! Looks like half of it was resolved, the MessageAttributes
property is no longer there as expected, however as MD5OfMessageAttributes
is still present and an empty string it's still failing in aws-sdk-php.
@zikeji Got it. I thought that might happen, but wanted to make sure I was on the right track. I think this should take care of it - https://github.com/Admiral-Piett/goaws/pull/335. I'll get it in v0.5.2!
Relevant issue: https://github.com/aws/aws-sdk-php/issues/2827
When creating a message with no attributes, the message returned by receive message has an empty
MessageAttributes
object and a empty string forMD5OfMessageAttributes
.This can be reproduced with: