Skip to content

SNS MessageAttributes #33

Description

@mhemmings

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions