Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

SNS Message Attributes should use the new AWS SDK types and support binary values #81

Open
matiu3 opened this issue Apr 4, 2022 · 1 comment

Comments

@matiu3
Copy link

matiu3 commented Apr 4, 2022

https://github.com/LegNeato/aws-lambda-events/blob/632a850ed90503dbe07fceff1f354fc1df289c4c/aws_lambda_events/src/sns/mod.rs#L89

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
Copy link
Owner

that's nice. Do you want to open a PullRequest and add the changes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants