-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dynamodb setup documentation #44
Comments
Hello Could you show settings screenshots of DynamoDB table? Thanks |
Yeah. I think someone was working on this, but I can add some screenshots if they don't. I can also make it possible for Confidant itself to generate the tables. It already supports it, but it only works when a dynamo url is specified (for local dynamo). I can make a config option that'll make it work, though. |
Though not a fix for the documentation, I added the ability (in branch 1.1) for Confidant to generate its own table: #56 |
I updated to I looked back at your documentation and was able to determine what was suppose to be configured. Primary partition key: |
Whoops. Sorry, I forgot to mention that there's a config option that controls this: DYNAMODB_CREATE_TABLE I thought I had added this to 1.0, but it seems it's only in 1.1. I've opened an issue to backport this: #66 |
The table definitions for dynamodb in the docs don't match up well with what AWS has in the console when you create tables and indexes. We should use similar info and we should show screenshots (and/or a screencast) of the process.
The text was updated successfully, but these errors were encountered: