Prompt user for primary and secondary key for new items
This commit is contained in:
parent
a4216b47f5
commit
e5a7b82a63
19 changed files with 191 additions and 53 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
func main() {
|
||||
ctx := context.Background()
|
||||
tableName := "awstools-test"
|
||||
totalItems := 10
|
||||
totalItems := 5000
|
||||
|
||||
cfg, err := config.LoadDefaultConfig(ctx)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue