更新时间:2023-09-21 GMT+08:00
命令解析
当执行命令deploy -h/deploy --help时,可以获取帮助文档。
在该命令中,包括了两个子命令:
操作案例
有资源描述文件(Yaml)时,可以直接执行s deploy 进行资源部署,描述文件(Yaml)示例:
fgs-deploy-test: region: cn-north-4 function: functionName: fgs-deploy-test handler: index.handler memorySize: 128 timeout: 30 runtime: Node.js14.18 package: default codeType: zip code: codeUri: ./code trigger: triggerTypeCode: APIG status: ACTIVE eventData: name: APIG_test groupName: APIGroup_xxx auth: IAM protocol: HTTPS timeout: 5000
父主题: 部署deploy