Created
November 2, 2017 15:39
-
-
Save jpbarto/ffbaff93e238828aace9ea1cf1863a19 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"Records": [ | |
{ | |
"EventVersion": "1.0", | |
"EventSubscriptionArn": "arn:aws:sns:EXAMPLE", | |
"EventSource": "aws:sns", | |
"Sns": { | |
"SignatureVersion": "1", | |
"Timestamp": "1970-01-01T00:00:00.000Z", | |
"Signature": "EXAMPLE", | |
"SigningCertUrl": "EXAMPLE", | |
"MessageId": "95df01b4-ee98-5cb9-9903-4c221d41eb5e", | |
"Message": "{\"create-time\": \"yyyy-mm-ddThh:mm:ss+00:00\", \"synctoken\": \"0123456789\", \"md5\": \"a6fb50cca6cdeebb29065a18bae88674\", \"url\": \"https://ip-ranges.amazonaws.com/ip-ranges.json\"}", | |
"Type": "Notification", | |
"UnsubscribeUrl": "EXAMPLE", | |
"TopicArn": "arn:aws:sns:EXAMPLE", | |
"Subject": "TestInvoke" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment