-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserverless.yml
43 lines (43 loc) · 882 Bytes
/
serverless.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
component: http
name: http-express-x2cTM1Re_x
inputs:
src:
src: ./
exclude:
- .git
- .gitignore
- src
- .idea
replace: true
faas:
framework: express
name: '${name}'
runtime: Nodejs12.16
eip: false
timeout: 3
memorySize: 512
tags: []
environments:
layers:
- name: '${output:${stage}:${app}:mc-web-service-layer.name}'
version: '${output:${stage}:${app}:mc-web-service-layer.version}'
apigw:
protocols:
- https
timeout: 60
environment: release
customDomains:
- domain: dev.lwmc.net
certId: wTqwX2Gd
protocols:
- https
pathMap:
- path: /
environment: release
customMap: true
isDefaultMapping: false
region: ap-guangzhou
isAutoCiDeploy: false
org: '1259409954'
app: mc-web-service
stage: dev