You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon SNS supports delivery of message attributes, which let you provide structured metadata items (such as timestamps, geospatial data, signatures, and identifiers) about the message. For SQS subscriptions, a maximum of 10 message attributes can be sent when Raw Message Delivery is enabled. To send more than 10 message attributes, Raw Message Delivery must be disabled. Messages with more than 10 message attributes directed towards Raw Message Delivery enabled Amazon SQS subscriptions will be discarded as client side errors.
Please consider adding this limitation to godoc of sns.PublishInput or at least the link should be added
Thanks for reaching out. What you are asking for makes sense, but the SDK docs are code generated from the API models of each AWS service. Because of that, the SDK team cannot change / add / remove documentation from service or operation specific constructs.
Instead, You can submit feedback directly to the service team by pressing on the Feedback button found on the top right corner of every API reference page.
Since this is not actionable by the SDK team, Im going to go ahead and close this issue.
Thanks again for taking the time and submitting the request.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the issue
From the docs I quote
Please consider adding this limitation to godoc of sns.PublishInput or at least the link should be added
Links
https://docs.aws.amazon.com/sns/latest/dg/sns-message-attributes.html
AWS Go SDK V2 Module Versions Used
github.com/aws/aws-sdk-go-v2 v1.21.0
The text was updated successfully, but these errors were encountered: