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

CreateTables utility #28

Closed
patriknw opened this issue Jun 5, 2024 · 4 comments
Closed

CreateTables utility #28

patriknw opened this issue Jun 5, 2024 · 4 comments

Comments

@patriknw
Copy link
Member

patriknw commented Jun 5, 2024

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.

@pvlugter
Copy link
Contributor

Sounds useful to provide the utility. And can document the equivalent AWS CLI commands, or requirements to do it via the management console.

@pvlugter
Copy link
Contributor

The CreateTables utility described in docs for creating tables locally in #51. Table definitions and the aws commands also added to the docs for each plugin.

@pvlugter
Copy link
Contributor

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.

@pvlugter
Copy link
Contributor

We have the CreateTables utility in place, documented for creating tables locally. Docs include table and index descriptions, and aws command examples. Basic configuration also possible (not needed for local though). Closing this as covered at this point.

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

2 participants