reisners / receipts-list-skill

AWS Lambda function to power the Receipts List Alexa Skill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

receipts-list-skill

Steps to deploy this Alexa skill:

  1. Add credentials to ~/.aws/credentials under profile claudia
  2. Add region eu-west-1 to ~/.aws/config under profile claudia (this is necessary to create the DynamoDB table)
  3. deploy the lambda function:

initial create:

AWS_PROFILE=claudia claudia create --region eu-west-1 --handler skill.handler --timeout 10 --version skill

later update:

AWS_PROFILE=claudia AWS_SDK_LOAD_CONFIG=true claudia update --version skill

About

AWS Lambda function to power the Receipts List Alexa Skill


Languages

Language:JavaScript 100.0%