github.com/Foodji/aws-lambda-go@v1.20.2/events/testdata/cognito-event.json (about)

     1  { 
     2      "datasetName": "datasetName",
     3      "eventType": "SyncTrigger",
     4      "region": "us-east-1",
     5      "identityId": "identityId",
     6      "datasetRecords":
     7      {
     8          "SampleKey1":
     9          {
    10              "newValue": "newValue1",
    11              "oldValue": "oldValue1",
    12              "op": "replace"
    13          }
    14      },
    15      "identityPoolId": "identityPoolId",
    16      "version": 2
    17  }