发布到腾讯云 SCF
配置
在项目根目录的 f.yml
的 provider
段落处确保为 tencent
。
service:
name: midway-faas-examples
provider:
name: tencent
配置运行时
service:
name: midway-faas-examples
provider:
name: tencent
runtime: nodejs12
配置函数超时
service:
name: midway-faas-examples
provider:
name: tencent
timeout: 60 # 单位秒
复用 HTTP 网关
腾讯云在每次部署 HTTP 类型时,都会创建一个新的网关绑定,对于开发时,我们可以复用同一个 id
service:
name: midway-faas-examples
provider:
name: tencent
serviceId: ********
具体写法可以参考 复用网关 id。
部署
执行 npm run deploy
即可,Deploy 命令会自动打包,并调用腾讯云官方部署工具发布。
视频流程如下:
屏幕录制 2021-03-25 下午 4.47.41.mov
常见问题
请查询 腾讯云发布 FAQ。