Fixes made as part of updating the user manual
This commit is contained in:
parent
72b7a40e23
commit
cbbdea75a0
12 changed files with 138 additions and 52 deletions
|
|
@ -95,7 +95,6 @@ func main() {
|
|||
for i := 0; i < totalItems; i++ {
|
||||
if err := tableService.Put(ctx, inventoryTableInfo, models.Item{
|
||||
"pk": &types.AttributeValueMemberS{Value: key},
|
||||
"sk": &types.AttributeValueMemberN{Value: fmt.Sprint(i)},
|
||||
"uuid": &types.AttributeValueMemberS{Value: gofakeit.UUID()},
|
||||
}); err != nil {
|
||||
log.Fatalln(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue