-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths.yaml
More file actions
53 lines (50 loc) · 1.08 KB
/
Copy paths.yaml
File metadata and controls
53 lines (50 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
edition: 1.0.0
name: shorturl
access: "alifc"
vars:
region: "cn-shanghai"
service:
name: "shorturl"
description: "短链接服务"
services:
shorturl_index:
component: fc
props:
region: ${vars.region}
service:
name: shorturl
role:
description: 短链接服务
internetAccess: true
vpcConfig:
securityGroupId:
role: ''
vpcId:
vSwitchIds:
ossMountConfig:
mountPoints: []
function:
name: "index"
description: ""
runtime: php7.2
codeUri: ./code
handler: index.handler
memorySize: 128
timeout: 60
environmentVariables:
BASE_URL:
DB_DSN:
DB_HOST:
DB_USER:
DB_PASSWORD:
triggers:
- name: defaultTrigger
description: ''
type: http
qualifier: LATEST
config:
methods:
- GET
- POST
authType: anonymous
disableURLInternet: false