ask-alexa-pykit icon indicating copy to clipboard operation
ask-alexa-pykit copied to clipboard

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 Lamb...

Results 13 ask-alexa-pykit issues
Sort by recently updated
recently updated
newest added

The current test suite is pretty verbose - we should really simplify it.

``` pip install --target Scratch/dev/alexa/simplesms/ ask-alexa-pykit Collecting ask-alexa-pykit Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run...

After focusing on Lambda for a while to get the core library down - I think we are at the point that we can start looking at having a simple...