package
0.0.0-20240103054251-8861f3557066
Repository: https://github.com/vjammi/go-learn.git
Documentation: pkg.go.dev

# 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].