-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths.yaml
41 lines (40 loc) · 924 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
37
38
39
40
41
edition: 1.0.0
name: propeller
access: "default"
services:
propeller:
component: devsapp/fc
props:
region: us-west-1
service:
name: propeller
internetAccess: true
logConfig: auto
function:
name: http
description: Serving from HTTP requests.
runtime: custom
layers:
- 2a1cbf79fac6f0fad5c0bbbf6ba72551#propeller-php-81#3
codeUri: ./fc
memorySize: 128
timeout: 60
environmentVariables:
APP_NAME: Propeller
LOG_CHANNEL: stderr
triggers:
- name: http
type: http
config:
authType: anonymous
methods:
- GET
- POST
- PUT
- DELETE
- HEAD
customDomains:
- domainName: auto
protocol: HTTP
routeConfigs:
- path: /*