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

     1  {
     2      "RequestType" : "Create",
     3      "ResponseURL" : "http://pre-signed-S3-url-for-response",
     4      "StackId" : "arn:aws:cloudformation:us-west-2:EXAMPLE/stack-name/guid",
     5      "RequestId" : "unique id for this create request",
     6      "ResourceType" : "Custom::TestResource",
     7      "LogicalResourceId" : "MyTestResource",
     8      "ResourceProperties" : {
     9          "Name" : "Value",
    10          "List" : [ "1", "2", "3" ]
    11      }
    12  }