Skip to content

Commit 5cb7603

Browse files
committed
PR feedback
1 parent abced89 commit 5cb7603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/initializer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports.handler = async(event, context) => {
3232
} else {
3333
for (let n of utils.range(num)){
3434
let alias = utils.buildAliasString(baseAlias, onlyColdStarts, n);
35-
// here we inject a custom env variable to force the creation of a new version
35+
// here we inject a custom description to force the creation of a new version
3636
// even if the power is the same, which will force a cold start
3737
initConfigurations.push({powerValue: powerValue, alias: alias, description: `${description} - ${alias}`});
3838
}

0 commit comments

Comments
 (0)