We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e51dc commit f2eee62Copy full SHA for f2eee62
lib/main.js
@@ -240,7 +240,7 @@ Lambda.prototype.deploy = function( program ) {
240
// remove temp file
241
fs.unlinkSync( tmpfile )
242
243
- lambdaV2.createFunction( paramsV2, function( err, data ) {
+ lambdaV2.createFunction( paramsV2, function( err ) {
244
if ( err && err.code !== 'ResourceConflictException') {
245
console.log("ERROR:", err )
246
if ( _this.settings.exitOnError !== false )
0 commit comments