-
Notifications
You must be signed in to change notification settings - Fork 47
/
skill.json
41 lines (41 loc) · 1.15 KB
/
skill.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
{
"manifest": {
"apis": {
"custom": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:486476963304:function:e26d5878-80a4-4b92-ac2e-84125a1cd038:Release_0"
},
"interfaces": [],
"regions": {
"NA": {
"endpoint": {
"uri": "arn:aws:lambda:us-east-1:486476963304:function:e26d5878-80a4-4b92-ac2e-84125a1cd038:Release_0"
}
},
"EU": {
"endpoint": {
"uri": "arn:aws:lambda:eu-west-1:486476963304:function:e26d5878-80a4-4b92-ac2e-84125a1cd038:Release_0"
}
},
"FE": {
"endpoint": {
"uri": "arn:aws:lambda:us-west-2:486476963304:function:e26d5878-80a4-4b92-ac2e-84125a1cd038:Release_0"
}
}
}
}
},
"manifestVersion": "1.0",
"publishingInformation": {
"category": "KNOWLEDGE_AND_TRIVIA",
"distributionCountries": [],
"isAvailableWorldwide": true,
"locales": {
"en-IN": {
"name": "fun facts about honeybee"
}
},
"testingInstructions": "Sample Testing Instructions."
}
}
}