apex-go icon indicating copy to clipboard operation
apex-go copied to clipboard

SNS MessageAttributes

Open mhemmings opened this issue 8 years ago • 0 comments

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?

mhemmings avatar Nov 04 '16 15:11 mhemmings