Created
September 17, 2020 15:54
-
-
Save goldzulu/0de2fdd8a1d63d8f12e58e88aede2240 to your computer and use it in GitHub Desktop.
To reset the skill place ask-states.json in the .ask folder and skill.json to the skill-package folder. Running ask deploy after will recreate all the infrastructure again
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"askcliStatesVersion": "2020-03-31", | |
"profiles": { | |
"ddm": { | |
"skillId": "", | |
"skillInfrastructure": { | |
"@ask-cli/lambda-deployer": { | |
"deployState": {} | |
} | |
} | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manifest": { | |
"publishingInformation": { | |
"locales": { | |
"en-US": { | |
"summary": "Sample Short Description", | |
"examplePhrases": [ | |
"Alexa open hello world", | |
"hello", | |
"help" | |
], | |
"name": "helloworld", | |
"description": "Sample Full Description" | |
} | |
}, | |
"isAvailableWorldwide": true, | |
"testingInstructions": "Sample Testing Instructions.", | |
"category": "KNOWLEDGE_AND_TRIVIA", | |
"distributionCountries": [] | |
}, | |
"apis": { | |
"custom": {} | |
}, | |
"manifestVersion": "1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment