Skip to content

Commit 5c5ae0b

Browse files
author
dfounderliu
committed
add apigw key
1 parent 9bfe84d commit 5c5ae0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

logs/tencentLogs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class TencentLogs {
103103
}
104104
}
105105
} else {
106+
const handler = new LogsFunction(this.options, this.serverless)
106107
const result = await handler.logs(
107108
functionName,
108109
this.options.startTime || this.getTimeFunction(timeFormat, 1 * 60 * 60 * 1000),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-tencent-scf",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Tencent Cloud Functions.",
55
"main": "index.js",
66
"author": "Tencent Cloud, Inc.",

0 commit comments

Comments
 (0)