aws_lambda_events 1.1.3

AWS Lambda event definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "RequestType" : "Update",
  "RequestId" : "49347ca5-c603-44e5-a34b-10cf1854a887",
  "StackId" : "arn:aws:cloudformation:us-east-1:123456789012:stack/stack-name/16580499-7622-4a9c-b32f-4eba35da93da",
  "ResourceType" : "Custom::MyCustomResourceType",
  "LogicalResourceId" : "CustomResource",
  "PhysicalResourceId" : "custom-resource-f4bd5382-3de3-4caf-b7ad-1be06b899647",
  "ResourceProperties" : {
     "Key1" : "new-string",
     "Key2" : [ "new-list" ],
     "Key3" : { "Key4" : "new-map" }
  },
  "OldResourceProperties" : {
     "Key1" : "string",
     "Key2" : [ "list" ],
     "Key3" : { "Key4" : "map" }
  }
}