-
Notifications
You must be signed in to change notification settings - Fork 22
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
Allow arbitrary table names #8
Comments
That typically means that it can't find the table that's being referenced. There is an odd default behavior of Vogels, which is what this adapter is based-upon, which requires that the table name be pluralized and lower-cased on amazon. I'll certainly accept a PR to fix this bug! See the Vogels docs: https://github.com/ryanfitz/vogels
|
Yes that is working now. I read "pluralize" as uppercase. So creating a table in DynamoDB all lowercase in a plural form (with an "s" at the end ) now works. It looks like Vogel either is not receiving or doesn't care about the tableName attribute. I'll look into that. Thanks for the quick response! |
Are there any plans to update to the latest version of vogels? It seems that the latest version of vogels would fix this issue and #20. |
@phillip-hall good to know! Would certainly take a PR. |
Cannot connect with dynamoDB
Seems that is an error in my config ( related to the region ) but i double check and is all fine.
I tried with this in the model :
And with "sample" table name in lowercase without luck.
Error Log:
Thanks in advance.
The text was updated successfully, but these errors were encountered: