alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

Dynamo docs could do with more details #71

Closed skysteve closed 7 years ago

skysteve commented 7 years ago

The current docs around dynamoDB isn't especially clear. I'm lucky that I have some idea what I'm doing here, but the docs don't state which permissions you need on the table or what your partition key should be etc. I had to look it up in the code

https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs#persisting-skill-attributes-through-dynamodb

gabrielkaputa commented 7 years ago

please feel free to update them and make a PR :)

ghost commented 7 years ago

+1

KrishFuriaAmazon commented 7 years ago

Closing due to inactivity, please feel free to submit a PR or re-open if you need help.