Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

test failed #65

Open
damonnn71 opened this issue Oct 4, 2019 · 1 comment
Open

test failed #65

damonnn71 opened this issue Oct 4, 2019 · 1 comment

Comments

@damonnn71
Copy link

Hi, skill test in developer consolle failed: Error setting skill enablement A valid interaction model is required to test your skill.
In AWS there is an error in Alexa Skill Kit: Statement serverlessrepo-AlexaYoutubePlaybackSkill-alexaskillskitcolorexpertAlexaSkillEventPermi-BIXIQQ84983E is not found in resource policy. (Service: AWSLambda; Status Code: 404; Error Code: ResourceNotFoundException;
If I do the test in AWS failed:
{
"errorMessage": "Cannot find module '/var/task/index'",
"errorType": "Error",
"stackTrace": [
"Module.require (module.js:596:17)",
"require (internal/module.js:11:18)"
]
}
The minimum node.js selectable is 8.10, I don't know if this is the problem ... can you help me? Thank you.

@dmhacker
Copy link
Owner

dmhacker commented Mar 4, 2020

Try following the tutorial again. This error usually appears when code is updated correctly (e.g. AWS Lambda can't find index.js).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants