-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathsns-notification.json
31 lines (31 loc) · 1.81 KB
/
sns-notification.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Records": [
{
"Sns": {
"MessageAttributes": {
"string-att": {
"Type": "String",
"Value": "[\"value\", \"value\"]"
},
"binary-att": {
"Type": "Binary",
"Value": "WyJ2YWx1ZSIsICJ2YWx1ZSJd"
}
},
"SigningCertURL": "https://sns.us-east-2.amazonaws.com/SimpleNotificationService-a86cxmpl4e1f29c941702d737128f7b6.pem",
"MessageId": "476643b1-xmpl-526c-973d-1542ba9af1d6",
"Message": "Updated and expanded documentation for using Lambda with API Gateway, including support for HTTP APIs.",
"Subject": "Latest updates from AWS Lambda",
"UnsubscribeURL": "https://sns.us-east-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-2:123456789012:java-events-topic:dd15418a-xmpl-4cfd-b418-f7fcb08c7ee4",
"Type": "Notification",
"SignatureVersion": "1",
"Signature": "qZTBXMPL1MoX7HS+m/pg5lRzhJFdaTczB2KqZ6fUCMQGHMF7GhLLTxtC4Hkg2sUysGr14fpDSFRU7MBkzmQmRCXsV9odIHlrxAWvzUuCK2eUnVEoMWJWTH5uyZwWlQHllf9zt2f6eKtEu11yGUqCgzZPfTxg/yu3z/t0EKfdCwDmDL6XqzZbeFvk9uOC1ZIDVv/7cdnbjCslhyx7CTMDnJ7eSu8POgVNIgTItmGFXZDziG1LyV5Afw5fhwObAbypTkfmBSrFuEnDtlQUZvsUCqRJHvdm8g1MmcadSmS1YGBy3OI42oJAmNvfxgZ4/H+KPaXDuvqLNfaZa5qzyRULIg==",
"Timestamp": "2020-02-02T12:34:56Z",
"TopicArn": "arn:aws:sns:us-east-2:123456789012:java-events-topic"
},
"EventVersion": "1.0",
"EventSource": "aws:sns",
"EventSubscriptionArn": "arn:aws:sns:us-east-2:123456789012:java-events-topic:dd15418a-xmpl-4cfd-b418-f7fcb08c7ee4"
}
]
}