Skip to content

Instantly share code, notes, and snippets.

@mikebroberts
Created February 28, 2020 19:12
Show Gist options
  • Select an option

  • Save mikebroberts/ccbe50478e7258a94021bd6e30d9c4ae to your computer and use it in GitHub Desktop.

Select an option

Save mikebroberts/ccbe50478e7258a94021bd6e30d9c4ae to your computer and use it in GitHub Desktop.

Revisions

  1. mikebroberts created this gist Feb 28, 2020.
    15 changes: 15 additions & 0 deletions event.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "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",
    }
    }
    ]
    }