This Alexa skill provides users the ability to get flash briefings on Company's KPI's. The skill demonstrates how to use AWS Lambda with SNS to enable authentication within a skill by providing users the ability to utter a 4 digit PIN.
Other
7
stars
7
forks
source link
[SOLVED] Error in "ask deploy". Renamed .ask/config.template #1
I was encountering an issue following the ask-cli deployment instructions.
After issuing ask init I performed a ask deploy and I received an red-herring error response...
[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project that containsthe project config in the hidden .ask folder.
But I was in the root directory (not the lambda directory) and there was a .ask folder.
The issue is that .ask/config.template needs to be .ask/config.
Now I'm able to deploy.
Please see my PR!
Hello 👋
I was encountering an issue following the ask-cli deployment instructions. After issuing
ask init
I performed aask deploy
and I received an red-herring error response...But I was in the root directory (not the lambda directory) and there was a
.ask
folder. The issue is that.ask/config.template
needs to be.ask/config
. Now I'm able to deploy. Please see my PR!