Skip to content
New issue

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

文档的配置项中缺少函数的namespace的描述 #23

Open
Zhengquan opened this issue May 18, 2022 · 0 comments
Open

文档的配置项中缺少函数的namespace的描述 #23

Zhengquan opened this issue May 18, 2022 · 0 comments

Comments

@Zhengquan
Copy link

链接: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

实际可以支持:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant