SNS Message Attributes should use the new AWS SDK types and support binary values
Opened this issue · 1 comments
matiu3 commented
New SDK type: https://docs.rs/aws-sdk-sns/latest/aws_sdk_sns/model/struct.MessageAttributeValue.html
This way, they could support binary values.
(I discovered this because I'm making a lambda, that copies SNS messages cross account. Currently I have to manually convert.
Thank you for this great work.
calavera commented
that's nice. Do you want to open a PullRequest and add the changes?