diff --git a/lib/actions/CodeEventDeployLambda.js b/lib/actions/CodeEventDeployLambda.js index 36d019f62..9e3e6afd7 100644 --- a/lib/actions/CodeEventDeployLambda.js +++ b/lib/actions/CodeEventDeployLambda.js @@ -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,