Skip to content
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

using reserved word in schema causes silent error #181

Open
jpriebe opened this issue Mar 24, 2019 · 0 comments
Open

using reserved word in schema causes silent error #181

jpriebe opened this issue Mar 24, 2019 · 0 comments

Comments

@jpriebe
Copy link

jpriebe commented Mar 24, 2019

I tried to use "name" as a property in my schema (stupid mistake, I now know). The createTables() call failed, but it didn't report an error. Using a debugger took me down a rabbit hole. I'm sure the failure was deep inside the AWS SDK, but if dynogels could catch it, it could save hours of wasted time.

The list of reserved words (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html) is very long, so it would be pretty easy to make this mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant