# Functions

ScanTableItems retrieves the table items released in a specific year Inputs: svc is a LambdaDB service client table is the name of the table year is when the movie was released Output: If success, the results of the scan and nil Otherwise, nil and an error from the call to Scan.

# Structs

Item holds info about the new item snippet-start:[dynamodb.go.scan_table_items.struct].