-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappwrite.json
More file actions
114 lines (114 loc) · 2.74 KB
/
Copy pathappwrite.json
File metadata and controls
114 lines (114 loc) · 2.74 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"projectId": "648841eb86516a2bef68",
"projectName": "DataScraperX 1000",
"functions": [
{
"$id": "647c27ecc6e9a01b29a3",
"name": "l1",
"runtime": "python-3.9",
"path": "functions/l1",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": ["users"],
"events": [],
"schedule": "",
"timeout": 300
},
{
"$id": "647c27fe0d76730d30d2",
"name": "l2",
"runtime": "node-16.0",
"path": "functions/l2",
"entrypoint": "src/index.js",
"ignore": ["node_modules", ".npm"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 300
},
{
"$id": "647ec5026b8a17bda432",
"name": "titles",
"runtime": "python-3.9",
"path": "functions/titles",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": ["users"],
"events": [],
"schedule": "",
"timeout": 30
},
{
"$id": "647f888eeaa470f6a362",
"name": "urlGen_S1",
"runtime": "python-3.9",
"path": "functions/urlGen_S1",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 300
},
{
"$id": "647f889c6c907ff58c57",
"name": "urlGen S2",
"runtime": "node-16.0",
"path": "functions/urlGen S2",
"entrypoint": "src/index.js",
"ignore": ["node_modules", ".npm"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "6482166f1f68d02a3570",
"name": "urlGen S3",
"runtime": "python-3.9",
"path": "functions/urlGen S3",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 300
},
{
"$id": "64821f7fee991ae03baf",
"name": "urlGen_S4",
"runtime": "python-3.9",
"path": "functions/urlGen_S4",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 30
},
{
"$id": "6485b0c7c8e8feddb2f7",
"name": "docStuff",
"runtime": "node-16.0",
"path": "functions/docStuff",
"entrypoint": "src/index.js",
"ignore": ["node_modules", ".npm"],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "6486b9ddaaf02f912d99",
"name": "jsonCreator",
"runtime": "python-3.9",
"path": "functions/jsonCreator",
"entrypoint": "src/index.py",
"ignore": ["__pypackages__"],
"execute": ["users"],
"events": [],
"schedule": "",
"timeout": 15
}
]
}