Alexa skill using the Runescape api to get price info about items. Check it out on the Alexa skills directory: alexa skill
- "Alexa, ask Marketplace what's the price of dragon warhammer"
- "Alexa, ask Marketplace what's the price of coal"
- Create a new alexa skill on the amazon developers dashboard
- Add the slots and utterances to the skill and fill out the rest appropriately
- Create a new lambda function (Node.js 4.3) and name the handler index.handler
- Upload the bin/dist.zip to the lambda function
- Make sure to point the alexa skill to the lambda function