command
Version:
v0.0.0-...-e8b88a3
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ScanItemsv2.go
This example retrieves the Amazon DynamoDB items with a rating above a specified value
in a specified year.
go run ScanItemsv2.go -t TABLE -r RATING -y YEAR
- TABLE is the name of the table.
- RATING is the rating of the item, from 0.0 to 10.0.
- YEAR is the year of the item, which must be greater than 1900.
The unit test accepts similar values in config.json.
Documentation
¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.