Skip to content

Instantly share code, notes, and snippets.

@Jimeux
Created July 19, 2018 02:54
Show Gist options
  • Save Jimeux/4c2e417b87d4b440063a912362044fb0 to your computer and use it in GitHub Desktop.
Save Jimeux/4c2e417b87d4b440063a912362044fb0 to your computer and use it in GitHub Desktop.
snsMessage, _ := ReceiveMessage()
var message SnsMessage
json.Unmarshal([]byte(*snsMessage.Body), &message)
fmt.Println(message.Message) // "Test Message"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment