Skip to content

Instantly share code, notes, and snippets.

@chids
Created October 1, 2016 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chids/f812879f981fb230f05b463ce9921351 to your computer and use it in GitHub Desktop.
Save chids/f812879f981fb230f05b463ce9921351 to your computer and use it in GitHub Desktop.
AWS SNS MessageAttributes query param format
  • MessageAttributes.entry.1.Name=foo
  • MessageAttributes.entry.1.Value.DataType=String
  • MessageAttributes.entry.1.Value.StringValue=bar

...?MessageAttributes.entry.1.Name=foo&MessageAttributes.entry.1.Value.DataType=String&MessageAttributes.entry.1.Value.StringValue=bar&...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment