mirkoprescha / alexa-my-reminders

alexa-skill reading from my s3-bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexa-my-reminders

dependencies

This skill uses https://github.com/anjishnu/ask-alexa-pykit. Using pip does not work.

git clone https://github.com/anjishnu/ask-alexa-pykit.git
# copy ask folder into project-dir

create local Venv for boto3 (if needed)

cd alexa-my-reminders
virtualenv venv
source venv/bin/activate

pip install boto3

Deploy zip -r lambda.zip ./*

About

alexa-skill reading from my s3-bucket


Languages

Language:Python 99.3%Language:Shell 0.7%