diff --git a/event_sources.json b/event_sources.json deleted file mode 100644 index 8944af9f..00000000 --- a/event_sources.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "EventSourceArn": "your event source arn", - "StartingPosition": "LATEST", - "BatchSize": 100, - "Enabled": true - } -] \ No newline at end of file diff --git a/lib/main.js b/lib/main.js index 5ac54237..e0ee1194 100644 --- a/lib/main.js +++ b/lib/main.js @@ -598,7 +598,7 @@ Lambda.prototype.deploy = function (program) { } else { console.log('=> Zip file(s) done uploading. Results follow: '); console.log(results); - + // Updating event source(s) _this._updateEventSources(lambda, params.FunctionName, [], eventSourceList, function(err, results) { cb(null, results);