Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,7 @@ they may not work as expected in the Lambda environment.
})
}
return Promise.resolve()
})).then((data) => {
return data
})
}))
}

_updateScheduleEvents (scheduleEvents, functionArn, scheduleList) {
Expand Down Expand Up @@ -836,9 +834,7 @@ they may not work as expected in the Lambda environment.
program,
params.FunctionName
)
]).then((results) => {
return results
})
])
})
}).catch(() => {
// Function does not exist
Expand Down Expand Up @@ -868,9 +864,7 @@ they may not work as expected in the Lambda environment.
program,
params.FunctionName
)
]).then((results) => {
return results
})
])
})
})
})
Expand Down