package
0.0.0-20250312200722-bc14b7464845
Repository: https://github.com/awsdocs/aws-doc-sdk-examples.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].