Prompt user for primary and secondary key for new items

This commit is contained in:
Leon Mika 2022-06-09 20:33:19 +10:00
parent a4216b47f5
commit e5a7b82a63
19 changed files with 191 additions and 53 deletions

View file

@ -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 {