Skip to content

Commit

Permalink
Update Amazon DynamoDB Example (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Jan 19, 2021
1 parent 0d3a347 commit a55d57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func main() {

fmt.Println("Tables:")
for _, tableName := range resp.TableNames {
fmt.Println(aws.ToString(tableName))
fmt.Println(tableName)
}
}
```
Expand Down

0 comments on commit a55d57f

Please sign in to comment.