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 b408903 commit e9750eeCopy full SHA for e9750ee
src/modules/scf/index.js
@@ -352,7 +352,7 @@ class Scf {
352
const publishInputs = {
353
Action: 'GetAlias',
354
FunctionName: inputs.functionName,
355
- Name: inputs.functionVersion || '$DEFAULT',
+ Name: inputs.aliasName || '$DEFAULT',
356
Namespace: inputs.namespace || 'default',
357
};
358
const Response = await this.request(publishInputs);
0 commit comments