edition: 1.0.0 # 命令行YAML规范版本,遵循语义化版本(Semantic Versioning)规范。 name: dianyang-app # 项目名称。 access: default # 密钥别名。 services: dianyang: # 服务名称。 component: devsapp/fc props: # 组件的属性值。 region: cn-shanghai service: name: dianyang-service description: 'All products for dianyang' internetAccess: true function: name: colmo-service description: 'colmo h5' ossBucket: yz-serverless ossKey: dianyang/colmo-1.0.3.zip handler: 'com.yunzhi.dianyang.SpringApplication::main' memorySize: 1024 timeout: 30 runtime: custom caPort: 9000 initializationTimeout: 30 triggers: - name: httpColmo type: http config: authType: anonymous methods: - GET - POST - PUT - DELETE