Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 6aeaa6e

Browse files
auto-migrating to cli V2
1 parent eb5530d commit 6aeaa6e

File tree

9 files changed

+27
-214
lines changed

9 files changed

+27
-214
lines changed

.ask/config

Lines changed: 0 additions & 14 deletions
This file was deleted.

ask-resources.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"askcliResourcesVersion": "2020-03-31",
3+
"profiles": {
4+
"default": {
5+
"skillMetadata": {
6+
"src": "./skill-package"
7+
},
8+
"code": {
9+
"default": {
10+
"src": "lambda/custom"
11+
}
12+
},
13+
"skillInfrastructure": {
14+
"userConfig": {
15+
"runtime": "nodejs10.x",
16+
"handler": "index.handler",
17+
"awsRegion": "us-east-1"
18+
},
19+
"type": "@ask-cli/lambda-deployer"
20+
}
21+
}
22+
}
23+
}

hooks/post_new_hook.ps1

Lines changed: 0 additions & 53 deletions
This file was deleted.

hooks/post_new_hook.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

hooks/pre_deploy_hook.ps1

Lines changed: 0 additions & 54 deletions
This file was deleted.

hooks/pre_deploy_hook.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

skill.json renamed to skill-package/skill.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
},
1818
"en-GB": {
1919
"summary": "This is an example skill to show how to use the Echo Buttons API",
20-
"examplePhrases": [
21-
"Alexa, open colour changer",
22-
"Alexa, launch colour changer"
20+
"examplePhrases": [
21+
"Alexa, open colour changer",
22+
"Alexa, launch colour changer"
2323
],
2424
"keywords": [
2525
"buttons",
2626
"games"
2727
],
2828
"name": "colour changer",
2929
"description": "A Colour Changer skill that showcases Echo Buttons functionality. The skill asks users to use to buttons, register them with the skill, and then use their voice to change the light animations playing on the buttons."
30-
}
30+
}
3131
},
3232
"isAvailableWorldwide": true,
3333
"testingInstructions": "Open the skill and follow the prompts. You will need two Echo buttons to test.",
@@ -43,10 +43,6 @@
4343
},
4444
"apis": {
4545
"custom": {
46-
"endpoint": {
47-
"sourceDir": "lambda/custom",
48-
"uri": "ask-custom-ColorChangerSkill"
49-
},
5046
"interfaces": [
5147
{
5248
"type": "GAME_ENGINE"

0 commit comments

Comments
 (0)