Fixes made as part of updating the user manual

This commit is contained in:
Leon Mika 2023-03-07 22:28:10 +11:00
parent 72b7a40e23
commit cbbdea75a0
12 changed files with 138 additions and 52 deletions

View file

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