-
Notifications
You must be signed in to change notification settings - Fork 2
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
CreateTables utility #28
Comments
Sounds useful to provide the utility. And can document the equivalent AWS CLI commands, or requirements to do it via the management console. |
The CreateTables utility described in docs for creating tables locally in #51. Table definitions and the |
Some configurability added in #60. We could also consider having this driven via config, and generic for creating any tables and indexes. We're unsure if it makes sense to create tables programmatically anyway, given possible raciness. |
We have the CreateTables utility in place, documented for creating tables locally. Docs include table and index descriptions, and |
I added a basic CreateTables utiltiy, but I'm not sure if we should recommend using that or if tables are always created and provisioned via management console or cli? It could still be useful for testing though.
The text was updated successfully, but these errors were encountered: