We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abced89 commit 5cb7603Copy full SHA for 5cb7603
lambda/initializer.js
@@ -32,7 +32,7 @@ module.exports.handler = async(event, context) => {
32
} else {
33
for (let n of utils.range(num)){
34
let alias = utils.buildAliasString(baseAlias, onlyColdStarts, n);
35
- // here we inject a custom env variable to force the creation of a new version
+ // here we inject a custom description to force the creation of a new version
36
// even if the power is the same, which will force a cold start
37
initConfigurations.push({powerValue: powerValue, alias: alias, description: `${description} - ${alias}`});
38
}
0 commit comments