Skip to content

Commit

Permalink
fix: function name error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed May 12, 2021
1 parent 588e293 commit 5edac97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scf
version: 0.6.2
version: 0.6.3
author: Tencent Cloud, Inc.
org: Tencent Cloud, Inc.
description: Deploy a serverless cloud function on Tencent Cloud.
Expand All @@ -12,12 +12,12 @@ webDeployable: true

actions:
deploy:
definition: Deploy your Express.js application to Tencent SCF
definition: Deploy application to Tencent SCF
inputs:
src:
type: src
required: true
description: The folder containing the source code of your Express.js application.
description: The folder containing the source code of application.
name:
type: string
description: The name of Tencent SCF function.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"download": "^8.0.0",
"tencent-component-toolkit": "^2.9.5",
"tencent-component-toolkit": "^2.9.6",
"type": "^2.0.0"
}
}

0 comments on commit 5edac97

Please sign in to comment.