We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When reading the README its not obvious to me that I cannot configure TTL in the CreateTable() method.
CreateTable()
It would be useful to clarify in updateTTL() that
updateTTL()
db.create(tableName, ...)
create()
The text was updated successfully, but these errors were encountered:
it could be done in create, its just tricky to reason about how to send non related native sdk arguments.
Sorry, something went wrong.
I think the current implementaiton is good.
As a user of dynavolt i jsut didnt know that dynamodb has X metadata in Create and also 3 dangling meta that can only be applied with updateY()
dynavolt
Create
updateY()
No branches or pull requests
When reading the README its not obvious to me that I cannot configure TTL in the
CreateTable()
method.It would be useful to clarify in
updateTTL()
thatdb.create(tableName, ...)
create()
because updating TTL is a seperate method, documenting that will reduce confusion.The text was updated successfully, but these errors were encountered: