I'm getting this error when trying to deploy the sample nodejs high-low game:
skill-sample-nodejs-highlowgame$ ask deploy
[Warn]: Changed the property name from 'skillManifest' to 'manifest' in skill.json in order to fit the v1 Alexa Skill Management APIs accepted format.
[Warn]: Changed the property name from 'skillManifest' to 'manifest' in .ask/config in order to fit the v1 Alexa Skill Management APIs accepted format.
-------------------- Create Skill Project --------------------
Profile for the deployment: [default]
Skill Id: amzn1.ask.skill.56373e14-ffff-ffff-ffff-a4cfef1d8a96
Skill deployment finished.
Model deployment finished.
[Warn]: Lambda deployment skipped, since AWS credentialsfor profile: [default] is missing. CLI lambda functionalities can be enabled by running `ask init` again to add 'aws_profile' to ASK cli_config
Call enable-skill error.
Error code: 403
{
"message": "Skill is not ready for enablement.",
"violations": [
{
"message": "Regionalized endpoints must not be empty."
}
]
}
I have run `ask init` multiple times, and authenticated in the browser window that opens.
I'm following the README here: https://github.com/alexa/skill-sample-nodejs-highlowgame