package
0.0.0-20240430192549-e1bbdd6dbd3b
Repository: https://github.com/laren-aws/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].