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

use metadata in Request constructor and make sure references are all … #8

Closed JoeGermuska closed 8 years ago

JoeGermuska commented 8 years ago

…to 'metadata' and not 'meta_data'. fixes #6

Sorry for all the whitespace-only changes. I should review my editor settings...

anjishnu commented 8 years ago

Looks good to me.