LoginSignup
0
0

More than 5 years have passed since last update.

AWS SNSでHTTPエンドポイントでメッセージを受け取ったときの出力結果メモ

Posted at

前提

メモ

{
  "Type" : "Notification",
  "MessageId" : "xxxxxxxxxx",
  "TopicArn" : "arn:aws:sns:ap-northeast-1:xxxxxx:http-test",
  "Subject" : "kenmei",
  "Message" : "message",
  "Timestamp" : "2018-11-29T10:00:51.206Z",
  "SignatureVersion" : "1",
  "Signature" : "xx+xxxxxxx==",
  "SigningCertURL" : "https://sns.ap-northeast-1.amazonaws.com/SimpleNotificationService-xxxxxxx.pem",
  "UnsubscribeURL" : "https://sns.ap-northeast-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:ap-northeast-1:xxxxxx:http-test:xxxxxxx"
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0