forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserverless-pathway.json
36 lines (36 loc) · 1.27 KB
/
serverless-pathway.json
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
{
"title": "Serverless with OpenShift Cloud Functions",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/serverless/0-serverless-introduction",
"course_id": "0-serverless-introduction",
"title": "Serverless: Introduction to Concepts"
},
{
"external_link": "https://learn.openshift.com/serverless/1-simple-nodejs-greeting",
"course_id": "1-simple-nodejs-greeting",
"title": "Serverless: Simple Javascript Greeting Function"
},
{
"external_link": "https://learn.openshift.com/serverless/3-web-accessible-actions",
"course_id": "3-web-accessible-actions",
"title": "Serverless: Accessing Actions via HTTP Requests"
},
{
"external_link": "https://learn.openshift.com/serverless/4-chained-actions",
"course_id": "4-chained-actions",
"title": "Serverless: Chaining Actions via Sequences"
},
{
"external_link": "https://learn.openshift.com/serverless/5-rules-triggers",
"course_id": "5-rules-triggers",
"title": "Serverless: Using Rules and Triggers"
},
{
"external_link": "https://learn.openshift.com/serverless/6-packages",
"course_id": "6-packages",
"title": "Serverless: Bundling Actions via Packages"
}
]
}