File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const CONFIGS = {
9
9
timeout : 3 ,
10
10
memorySize : 128 ,
11
11
namespace : 'default' ,
12
- description : 'This is a function created by serverless component '
12
+ description : 'Created by Serverless Component '
13
13
}
14
14
15
15
module . exports = CONFIGS
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @serverless/express" ,
3
- "main" : " ./serverless.js" ,
4
- "publishConfig" : {
5
- "access" : " public"
6
- },
7
- "scripts" : {
8
- "test" : " echo \" Error: no test specified\" && exit 1" ,
9
- "lint" : " eslint . --fix --cache"
10
- },
11
- "author" : " Tencent Cloud, Inc." ,
12
- "license" : " MIT" ,
13
2
"dependencies" : {
14
3
"download" : " ^8.0.0" ,
15
- "tencent-component-toolkit" : " ^1.12.7 " ,
4
+ "tencent-component-toolkit" : " ^1.12.9 " ,
16
5
"type" : " ^2.0.0"
17
6
}
18
7
}
You can’t perform that action at this time.
0 commit comments