-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
31 lines (31 loc) · 784 Bytes
/
config
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
{
"deploy_settings": {
"default": {
"skill_id": "amzn1.ask.skill.3d743c01-bbc9-490f-994f-56f05f0048dd",
"resources": {
"lambda": [
{
"alexaUsage": [
"custom/default"
],
"awsRegion": "us-west-2",
"codeUri": "./src/main/java",
"functionName": "TestAlexaFunction",
"handler": "testalexa.skill.handler.TestAlexaSkillStreamHandler",
"runtime": "java8"
}
],
"manifest": {
"eTag": "ea8bacb7090a184968762c8c14ae69bb"
},
"interactionModel": {
"en-US": {
"eTag": "7bb39d9cc31b278f75824143da6e13a3"
}
}
},
"was_cloned": false,
"merge": {}
}
}
}