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

Needs better documentation #18

Open dundeemt opened 8 years ago

dundeemt commented 8 years ago

The README.md is ok general documentation if you already have experience with the package. However, it would be great if there was a walk-through where you re-create alexa-skills-kit-color-expert example but using ask-alexa-pykit.

Since color-expert / what's my fav color is the "hello world" of Alexa and is well documented on aws, it would be an outstanding example to use to show how it would be accomplished using ask-alexa-pykit. It was my goal to recreate it using your toolkit for the reason I outlined above.

anjishnu commented 8 years ago

Good idea. I don't have time to look into it right now - If anyone get's around to doing it - feel free to open a pull request.