removed outdated comment

This commit is contained in:
Eslam A. Hefnawy 2015-12-23 17:34:23 +02:00
parent 65785bd5b2
commit f8bb161bee

View File

@ -56,7 +56,6 @@ module.exports = function(SPlugin, serverlessPath) {
async.eachLimit(evt.function.events, 5, function (event, cb) {
// Create new evt object for concurrent operations
let params = {
FunctionName: _this.Lambda.sGetLambdaName(_this.S._projectJson, evt.function),
EventSourceArn: event.eventSourceArn,