Replies: 2 comments
-
Learnt from AWS documentation that AWS SNS accept only String as payload (UTF-8 charset). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to publish bytearray to sns topic, getting below error. Just wanted to check is there any work around to publish raw bytearray instead of string.
Invalid type for parameter PublishBatchRequestEntries[0].Message, value: b'Hello from SB Queue', type: <class 'bytes'>, valid types: <class 'str'>
Beta Was this translation helpful? Give feedback.
All reactions