-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths.yaml
36 lines (35 loc) · 790 Bytes
/
s.yaml
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
edition: 1.0.0
name: component-test
access: dankun
services:
website:
component: fc
actions:
pre-deploy:
- plugin: website-fc
props:
region: cn-hangzhou
service:
name: test-game
description: "hello world by serverless devs"
function:
name: test
description: "hello world by serverless devs"
runtime: nodejs14
codeUri: ./
memorySize: 128
timeout: 20
instanceConcurrency: 128
triggers:
- name: httpTrigger
type: http
config:
authType: anonymous
methods:
- GET
- POST
customDomains:
- domainName: auto
protocol: HTTP
routeConfigs:
- path: /*