Created
February 28, 2020 19:12
-
-
Save mikebroberts/ccbe50478e7258a94021bd6e30d9c4ae to your computer and use it in GitHub Desktop.
book-chapter-5-sample
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": [ | |
{ | |
"EventSubscriptionArn": "arn:aws:sns:us-east-1::ExampleTopic", | |
"Sns": { | |
"Type": "Notification", | |
"MessageId": "95df01b4-ee98-5cb9-9903-4c221d41eb5e", | |
"TopicArn": "arn:aws:sns:us-east-1:123456789012:ExampleTopic", | |
"Subject": "example subject", | |
"Message": "example message", | |
"Timestamp": "1970-01-01T00:00:00.000Z", | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment