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 cf61300 commit 88df485Copy full SHA for 88df485
serverless.component.yml
@@ -1,5 +1,5 @@
1
name: express
2
-version: 0.0.2
+version: 0.0.3
3
author: Tencent Cloud Inc.
4
org: Tencent Cloud Inc.
5
description: Deploys a serverless Express.js application onto Tencent SCF and Tencent APIGateway.
src/serverless.js
@@ -179,7 +179,7 @@ class Express extends Component {
179
180
// 部署函数 + API网关
181
const outputs = {}
182
- if (!functionConf.src) {
+ if (!functionConf.code.src) {
183
outputs.templateUrl = CONFIGS.templateUrl
184
}
185
const [apigwOutputs, functionOutputs] = await Promise.all([
0 commit comments