enqueue-dev
enqueue-dev copied to clipboard
base64 encode SNS Header message attribure
Fixes #1307
This solution would not work in cases where there are multiple distinct services using enqueue for cross-service communication via messages because this change would introduce bease64 encoding of messages, but if there are other services using an older version of this library, that can not base64 decode messages, the message consumption would break.