lambda-event-mock
Version:
Mocks AWS Lambda events
12 lines (11 loc) • 311 B
JSON
{
"StackId": "stackidarn",
"ResponseURL": "http://pre-signed-S3-url-for-response",
"ResourceProperties": {
"StackName": "stack-name"
},
"RequestType": "Create",
"ResourceType": "Custom::TestResource",
"RequestId": "unique id for this create request",
"LogicalResourceId": "MyTestResource"
}