-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaws_api_config.json
More file actions
58 lines (58 loc) · 1.46 KB
/
aws_api_config.json
File metadata and controls
58 lines (58 loc) · 1.46 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
{
"api_id": "mojoawwjv2",
"invoke_url": "https://mojoawwjv2.execute-api.us-east-1.amazonaws.com/prod",
"region": "us-east-1",
"stage": "prod",
"resources": [
{
"path": "/threat-intelligence",
"resource_id": "igvyh0",
"lambda": "msp-intelligence-mesh-threat-intelligence"
},
{
"path": "/market-intelligence",
"resource_id": "exykgr",
"lambda": "msp-intelligence-mesh-market-intelligence"
},
{
"path": "/client-health",
"resource_id": "twkbm6",
"lambda": "msp-intelligence-mesh-client-health"
},
{
"path": "/revenue",
"resource_id": "xlwapv",
"lambda": "msp-intelligence-mesh-revenue-optimization"
},
{
"path": "/anomaly",
"resource_id": "6uq8on",
"lambda": "msp-intelligence-mesh-anomaly-detection"
},
{
"path": "/nlp-query",
"resource_id": "h2xrif",
"lambda": "msp-intelligence-mesh-nlp-query"
},
{
"path": "/collaboration",
"resource_id": "74dm5s",
"lambda": "msp-intelligence-mesh-collaboration"
},
{
"path": "/compliance",
"resource_id": "fzbq59",
"lambda": "msp-intelligence-mesh-security-compliance"
},
{
"path": "/resource",
"resource_id": "n93689",
"lambda": "msp-intelligence-mesh-resource-allocation"
},
{
"path": "/federated",
"resource_id": "aemuy6",
"lambda": "msp-intelligence-mesh-federated-learning"
}
]
}