aws_lambda_events 0.7.3

AWS Lambda event definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "Records": [
    {
      "EventVersion": "1.0",
      "EventSubscriptionArn": "arn:aws:sns:EXAMPLE",
      "EventSource": "aws:sns",
      "Sns": {
        "Type" : "Notification",
        "MessageId" : "f5458878-95d1-5aad-82d9-d3d5edf775d9",
        "SequenceNumber" : "10000000000000027000",
        "TopicArn" : "arn:aws:sns:eu-central-1:xxx:dev-events.fifo",
        "Message" : "{\"foo\":\"Hello world!\",\"bar\":123}",
        "Timestamp" : "2022-09-27T22:15:02.834Z",
        "UnsubscribeURL" : "https://sns.eu-central-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:eu-central-1:xxx:dev-events.fifo:aab561d9-73b3-4cdf-b527-9cbfa357eb47"
      }
    }
  ]
}