mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
removed outdated comment
This commit is contained in:
parent
65785bd5b2
commit
f8bb161bee
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user