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

Synthetic Id creation in empty Dynamodb database tables #353

Open
nareshz opened this issue Jul 21, 2022 · 0 comments
Open

Synthetic Id creation in empty Dynamodb database tables #353

nareshz opened this issue Jul 21, 2022 · 0 comments
Labels
p4 P4

Comments

@nareshz
Copy link
Contributor

nareshz commented Jul 21, 2022

While analyzing schema for a Dynamodb table if there is no data in the table then a synthetic id is created because there is no sample data to analyze the datatypes.

  • For creating a Dynamodb table a primary key must be specified with a datatype otherwise a table can't be created.

We should try to use that primary key instead of creating a new synthetic id in case there is no data in the table.

@manitgupta manitgupta added the p4 P4 label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4 P4
Projects
None yet
Development

No branches or pull requests

2 participants