forked from VickScarlet/lifeRestart
-
Notifications
You must be signed in to change notification settings - Fork 10
/
serverless.yml
31 lines (29 loc) · 1.38 KB
/
serverless.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 欢迎使用 ⚡️serverless⚡️ 组件
#
# serverless组件是基于具体使用场景(Express, 静态网站等)提供的定制云资源编排和组织的解决方案。
# 这是serverless的主要配置文件,包含了一些使用示例以及注释说明。
# 您只需几行配置描述,即可进行云函数、API 网关、COS、DB 等
# Serverless 资源进行快速创建、部署和修改。
#
# 有关完整的配置选项,请检查文档:
# https://cloud.tencent.com/document/product/1154/51080
#
# 👩💻 Happy Coding 👨💻
# ##应用信息##
app: remake-5e58db4c # app名称(app唯一识别标识)。同账号下需唯一,留空则继承组件实例名称
component: express # [必选]要使用组件,更多组件请查看 https://github.com/serverless-components
name: express-starter # [必选]组件实例名称
# ##express 组件配置##
# 更多配置请查看:https://github.com/serverless-components/tencent-express/blob/master/docs/configure.md
inputs:
src: # 执行目录
src: ./
exclude:
- .env
region: ap-guangzhou # 部署目标地区。 更多参考 https://cloud.tencent.com/document/api/583/17238#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8
runtime: Nodejs10.15 # 运行环境。[Nodejs10.15, Nodejs12.16]
apigatewayConf: # API 网关
protocols:
- http
- https
environment: release # 发布环境。[test, prepub,release]