-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
链接:https://github.com/serverless-components/tencent-http/blob/master/docs/configure.md#Faas
faas: # 函数配置相关
framework: express
runtime: Nodejs12.16
name: webDemo # 云函数名称
timeout: 10 # 超时时间,单位秒
memorySize: 512 # 内存大小,单位MB
environments: # 环境变量
- key: envKey
value: envValue
vpc: # 私有网络配置
vpcId: 'vpc-xxx' # 私有网络的Id
subnetId: 'subnet-xxx' # 子网ID
layers:
- name: layerName # layer名称
version: 1 # 版本
tags:
- key: tagKey
value: tagValue实际可以支持:
Metadata
Metadata
Assignees
Labels
No labels
