函数工作流 FUNCTIONGRAPH-创建:示例

时间:2023-11-02 11:37:54

示例

  • 创建新服务
    serverless create --template-url https://github.com/zy-linn/examples/tree/v3/legacy/huawei-nodejs --name my-special-service

    此示例将为服务生成Node.js运行时。华为作为提供商,该运行时将在当前工作目录中生成。

  • 在(新)目录中创建指定名称的服务
    serverless create --template-url https://github.com/zy-linn/examples/tree/v3/legacy/huawei-nodejs --path my-new-service

    此示例将为服务生成Node.js运行时。华为作为提供商,该运行时将在my-new-service目录中生成;如不存在该目录,则会自动生成。在其他情况下Serverless将使用已经存在的目录。

    此外,Serverless将根据您提供的路径将服务重命名。在此示例中,服务将重命名为my-new-service。

support.huaweicloud.com/devg-functiongraph/functiongraph_02_0747.html