Skip to content

A skill for Amazon Alexa to provide prices for crypto currencies

Notifications You must be signed in to change notification settings

eoinwoods/cryptoccyskill

Repository files navigation

Crypto Prices Skill for Alexa

Two lambda functions, one to retrieve prices from a 3rd party network service every 10 minutes, one to respond to an Alexa request from the data.

Build and Deploy

Uses serverless to build and deploy, following AWS's instructions on packaging as the "request" library and its dependencies are needed as a dependency.

  1. pip3 install -r requirements.txt -t $PWD # install to this root directory
  2. serverless test
  3. serverless deploy --verbose

The serverless deployment will create an IAM role, the lambda functions and a DynamoDB table to hold the price data.

About

A skill for Amazon Alexa to provide prices for crypto currencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages