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

     1  {
     2    "version": "2017-02-28",
     3    "operation": "BatchInvoke",
     4    "payload": [{
     5        "arguments": {
     6          "id": "postId1",
     7          "count": 1,
     8          "float": 1.2,
     9          "flag": true
    10        }
    11      },
    12      {
    13        "arguments": {
    14          "id": "postId2",
    15          "count": 2,
    16          "float": 1.2
    17        }
    18      },
    19      {
    20        "arguments": {
    21          "id": "postId3",
    22          "count": 3,
    23          "flag": false
    24        }
    25      }
    26    ]
    27  }