-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths.yaml
More file actions
29 lines (26 loc) · 745 Bytes
/
Copy paths.yaml
File metadata and controls
29 lines (26 loc) · 745 Bytes
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
edition: 1.0.0
name: serverless-cd
access: wss-root
vars:
region: 'cn-hangzhou'
services:
admin:
component: fc
props:
region: ${vars.region}
service:
name: 'ffcreatorlite'
description: Serverless-cd 应用
logConfig: auto
function:
name: test
description: serverless-cd 前端应用接口
runtime: nodejs16
codeUri: ./code
handler: index.handler
memorySize: 640
timeout: 360
layers:
- acs:fc:${vars.region}:official:layers/FFmpeg6x/versions/1
environmentVariables:
PATH: /opt:/opt/bin/ffmpeg:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/fc/lang/nodejs16_alinode/bin:/opt/bin