Skip to content

AWS Lambda function to power the Receipts List Alexa Skill

Notifications You must be signed in to change notification settings

reisners/receipts-list-skill

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published