Skip to content

Commit ab9704f

Browse files
committed
PR feedback
1 parent 5cb7603 commit ab9704f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ module.exports.createPowerConfiguration = async(lambdaARN, value, alias, descrip
110110
await utils.waitForFunctionUpdate(lambdaARN);
111111

112112
const {Version} = await utils.publishLambdaVersion(lambdaARN);
113+
// alias is not passed in when restoring to the original Lambda configuration
113114
if (typeof alias === 'undefined'){
114115
console.log('No alias defined');
115116
return;

0 commit comments

Comments
 (0)