Created
July 19, 2018 02:53
-
-
Save Jimeux/ab41023d6f223f3097b38ce5107afda5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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