Skip to content

Instantly share code, notes, and snippets.

@Jimeux
Created July 19, 2018 02:53
Show Gist options
  • Save Jimeux/ab41023d6f223f3097b38ce5107afda5 to your computer and use it in GitHub Desktop.
Save Jimeux/ab41023d6f223f3097b38ce5107afda5 to your computer and use it in GitHub Desktop.
import "time"
type SnsMessage struct {
Type string
MessageId string
TopicArn string
Subject string
Message string
Timestamp time.Time
SignatureVersion int `json:",string"`
Signature string
SigningCertURL string
UnsubscribeURL string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment