anjishnu / ask-alexa-pykit

A minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
MIT License
275 stars 58 forks source link

Issues deploying the sample app Basic on AWS #28

Closed kfowlks closed 7 years ago

kfowlks commented 7 years ago

module initialization error: 'VoiceHandler' object has no attribute 'default'

I'm getting the above error message when attempting to deploy the same sample AWS skill as a lambda.

anjishnu commented 7 years ago

Which version of the SDK did you use? i.e. how did you install it?

kfowlks commented 7 years ago

I used the release from master. I was able to get the _python_lambda_0.5release release working. I noticed later on after the fact that you had some comments about master may be unstable in the README.md

anjishnu commented 7 years ago

Cool, good to know.