Skip to content

Commit e9750ee

Browse files
p_kaiyuzengyugasun
authored andcommitted
fix:change getAlias paramter "Name"
1 parent b408903 commit e9750ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/scf/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class Scf {
352352
const publishInputs = {
353353
Action: 'GetAlias',
354354
FunctionName: inputs.functionName,
355-
Name: inputs.functionVersion || '$DEFAULT',
355+
Name: inputs.aliasName || '$DEFAULT',
356356
Namespace: inputs.namespace || 'default',
357357
};
358358
const Response = await this.request(publishInputs);

0 commit comments

Comments
 (0)