# Structs
snippet-start:[dynamodb.go.create_item.struct] Create struct to hold info about new item.
snippet-start:[dynamodb.go.load_items.struct] Create struct to hold info about new item.
snippet-start:[dynamodb.go.read_item.struct] Create struct to hold info about new item.
snippet-start:[dynamodb.go.scan_items.struct] Create struct to hold info about new item.
No description provided by the author
Item has the values for a movie.
No description provided by the author
No description provided by the author
No description provided by the author
Item identifies the item in the table.
Create structs to hold info about new item.
Create structs to hold info about new item.
Create structs to hold info about new item.
Create structs to hold info about new item.
ItemInfo holds info to update.