We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
链接: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
实际可以支持:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
链接:https://github.com/serverless-components/tencent-http/blob/master/docs/configure.md#Faas
实际可以支持:
The text was updated successfully, but these errors were encountered: