This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paths.yml
49 lines (49 loc) · 1.38 KB
/
s.yml
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
edition: 1.0.0
name: compoent-test
access: '{{ access }}'
services:
cn-shanghai-music-music:
component: devsapp/fc
props:
region: cn-shanghai
service:
logConfig:
enableRequestMetrics: true
enableInstanceMetrics: true
logBeginRule: None
project: aliyun-fc-cn-shanghai-2498d5b2-6c31-54e4-96c3-68b8984927fc
logstore: function-log
role: acs:ram::1346029083539894:role/AliyunFcDefaultRole
internetAccess: true
vpcConfig:
securityGroupId: sg-uf65vdosoz6udwm7ovdk
role: ''
vpcId: vpc-uf6ge18ipgwqrm41hb838
vSwitchIds:
- vsw-uf63jyaivr14tdduhslvv
name: music
function:
handler: index.main_handler
instanceType: e1
runtime: python3
timeout: 15
instanceConcurrency: 1
memorySize: 128
environmentVariables:
PATH: /var/fc/lang/nodejs12/bin
layers:
- 8c1639b249a5b5972e5eb2b41510200a#js#2
internetAccess: true
name: music
asyncConfiguration:
statefulInvocation: true
codeUri: ./music/music
triggers:
- name: daily
description: ''
type: timer
qualifier: LATEST
config:
payload: ''
cronExpression: CRON_TZ=Asia/Shanghai 0 0 6 * * *
enable: true