ReceiveMessageRequest - withAttributeNames("All") in v1 to messageAttributeNames("All") in v2 #6593
Unanswered
karthika-49
asked this question in
Migration from v1 to v2
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context - SQS - ReceiveMessageRequest
I tried to replace withAttributeNames with messageAttributesNames as attributeNamesWithStrings is deprecated. But when I used messageAttributesNames I got empty list. But incase of attributeNamesWithStrings I'm able to retrieve all attributes.
What's the issue with messageAttributeNames?
Beta Was this translation helpful? Give feedback.
All reactions