12345678910111213141516171819202122232425262728293031323334 |
- edition: 1.0.0
- 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
|