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

     1  {
     2      "account": "123456789012",
     3      "region": "us-east-1",
     4      "detail-type": "CodeDeploy Deployment State-change Notification",
     5      "source": "aws.codedeploy",
     6      "version": "0",
     7      "time": "2016-06-30T22:06:31Z",
     8      "id": "c071bfbf-83c4-49ca-a6ff-3df053957145",
     9      "resources": [
    10          "arn:aws:codedeploy:us-east-1:123456789012:application:myApplication",
    11          "arn:aws:codedeploy:us-east-1:123456789012:deploymentgroup:myApplication/myDeploymentGroup"
    12      ],
    13      "detail": {
    14          "instanceGroupId": "9fd2fbef-2157-40d8-91e7-6845af69e2d2",
    15          "region": "us-east-1",
    16          "application": "myApplication",
    17          "deploymentId": "d-123456789",
    18          "state": "SUCCESS",
    19          "deploymentGroup": "myDeploymentGroup"
    20      }
    21  }