Following your setup with ask-cli, I get to ask deploy and get the error below. Any idea what I am missing? Thanks!
Uploading the entire skill package and building the models. Normally it takes a few minutes...
✖ Retrieving skill id...
→ [Retrieving skill id...] task stopped polling for status.
✔ Importing skill using import id: amzn1.ask-package.import.xxxxxxxxxxxxxx
✖ [Interaction Model] build has failed.
→ [Interaction Model] build has failed.
[Warn]: [Interaction Model] build has failed.
[Error]: {
"skill": {
"resources": [
{
"action": "CREATE",
"errors": [
{
"message": "String instance with value \"ask-custom-how-to-default\" at property path \"$.manifest.apis.custom.endpoint.uri\" does not match the regular expression: \"^(arn|https://)\"."
}
],
"name": "Manifest",
"status": "FAILED"
}
]
},
"status": "FAILED"
}
Following your setup with ask-cli, I get to
ask deploy
and get the error below. Any idea what I am missing? Thanks!