Versions in this module Expand all Collapse all v1 v1.4.1 Nov 15, 2024 Changes in this version + type DynamoDb struct + func NewDynamoDb() (*DynamoDb, error) + func NewDynamoDbWithEndpoint(endpoint string) (*DynamoDb, error) + func (d *DynamoDb) BatchWrite(requestItems map[string][]types.WriteRequest) error + func (d *DynamoDb) Describe(tableName string) (*dynamodb.DescribeTableOutput, error) + func (d *DynamoDb) Scan(scanInput *dynamodb.ScanInput) chan []map[string]types.AttributeValue