Versions in this module Expand all Collapse all v0 v0.1.0 Dec 12, 2023 Changes in this version + type Dynamo struct + func New(opts ...Option) (*Dynamo, error) + func (d *Dynamo) Create(ctx context.Context, table *dynamodb.CreateTableInput) error + type Option interface + func Credentials(accessKey, secretKey string) Option + func Endpoint(endpoint string) Option + func GeneralDelay(generalDelay time.Duration) Option + func HumanTableName(humanTableName string) Option + func MaxDynamoActionWait(max time.Duration) Option + func MaxDynamoResponseWait(max time.Duration) Option + func MaxWaitForDynamo(max time.Duration) Option + func Region(region string) Option + func Stdout(stdout io.Writer) Option + func Verbosity(verbosity int) Option