Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created March 26, 2016 12:20
Show Gist options
  • Select an option

  • Save pietrushnic/d33993b410bf5ccec874 to your computer and use it in GitHub Desktop.

Select an option

Save pietrushnic/d33993b410bf5ccec874 to your computer and use it in GitHub Desktop.
{
"ruleName": "FooBar",
"topicRulePayload": {
"sql": "SELECT * FROM 'topic/test'",
"description": "",
"actions": [
{
"dynamoDB": {
"tableName": "",
"roleArn": "",
"hashKeyField": "",
"hashKeyValue": "",
"rangeKeyField": "",
"rangeKeyValue": "",
"payloadField": ""
},
"lambda": {
"functionArn": ""
},
"sns": {
"targetArn": "",
"roleArn": ""
},
"sqs": {
"roleArn": "",
"queueUrl": "",
"useBase64": true
},
"kinesis": {
"roleArn": "",
"streamName": "",
"partitionKey": ""
},
"s3": {
"roleArn": "",
"bucketName": "",
"key": ""
},
"firehose": {
"roleArn": "",
"deliveryStreamName": ""
}
}
],
"ruleDisabled": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment