Lambda function executed through Alexa to pull from DynamoDB
Create a lambda function in your AWS account.
Grab the zip version of this code by cd-ing into the src directory and running
zip -r ../../lambda_vision.zip *
Then upload this zip file to your new lambda function.
