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

Update with "handler" appended #26

Closed ktseytlin closed 8 years ago

ktseytlin commented 8 years ago

The methods in the pykit for requests and intents are called "request_handler" vs "request" and "intent_handler" vs "intent". Updating the methods here to reflect that. I don't believe the examples will work properly otherwise.