Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNS MessageAttributes #33

Open
mhemmings opened this issue Nov 4, 2016 · 0 comments
Open

SNS MessageAttributes #33

mhemmings opened this issue Nov 4, 2016 · 0 comments

Comments

@mhemmings
Copy link

MessageAttributes is defined as a map[string]interface{} whereas in reality is sent as a map[string]*sns.MessageAttributeValue as defined in the aws-sdk package.

Lots of assertions are needed to dig a value out of the map[string]interface{}, would be nicer to use a stricter type?

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

No branches or pull requests

1 participant