AWS SQS Sink: Separate message Body and Attributes #24643
-
Beta Was this translation helpful? Give feedback.
Answered by
thomasqueirozb
Feb 11, 2026
Replies: 1 comment 1 reply
-
|
Hi @jbmvscode, you look to have run into this issue: #18877. It looks like the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thomasqueirozb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @jbmvscode, you look to have run into this issue: #18877. It looks like the
aws_sqssink does not currently support SQS message attributes. There is no call to .message_attributes or .set_message_attributes anywhere in the code base. Even if this were implemented, it is not clear how we'd choose to populate the attributes, since we cannot just "reserve".message_attributes. If you want to talk more about this or the implementation, please comment on that issue. Thanks!