-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-template-1.0.0.json
59 lines (59 loc) · 1.56 KB
/
project-template-1.0.0.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name" : "project-template",
"version" : "1.0.0",
"parameters" : { },
"components" : {
"Functions" : [ {
"type" : "function",
"name" : "custom_event",
"properties" : {
"stack" : "node18",
"code" : {
"path" : "functions/custom_event.zip"
},
"configuration" : {
"environment" : {
"variables" : { }
},
"memory" : 256
},
"type" : "event",
"name" : "custom_event"
},
"dependsOn" : [ ]
} ],
"EventListeners" : [ {
"type" : "listeners",
"name" : "CustomEventQueue",
"properties" : {
"bus_meta" : {
"enable_time" : 1716549385295
},
"name" : "CustomEventQueue",
"description" : "",
"produce_url" : "https://api.catalyst.zoho.com/baas/v1/project/3377000003756002/event-bus/3377000003756046/produce?ZCFKEY=1063154a730e3155eedf5db3db1a4d18",
"type" : "Custom",
"status" : "Enabled"
},
"dependsOn" : [ ]
}, {
"type" : "rules",
"name" : "Event_Rule",
"properties" : {
"listener_name" : "CustomEventQueue",
"rule_name" : "Event_Rule",
"description" : "",
"source_type" : "Custom",
"source" : [ ],
"target" : [ {
"entity_identifier" : "custom_event",
"target_type" : "Function"
} ],
"action" : [ "Produce" ],
"rule_identifier" : "slack_app",
"status" : true
},
"dependsOn" : [ "Functions.function.custom_event" ]
}]
}
}