Categorygithub.com/aaronland/go-aws-dynamodb
modulepackage
0.3.0
Repository: https://github.com/aaronland/go-aws-dynamodb.git
Documentation: pkg.go.dev

# README

go-aws-dynamodb

Go package providing convenience methods for working with aws-sdk-go/service/dynamodb instances.

Documentation

Go Reference

Documentation is incomplete.

# Packages

No description provided by the author

# Functions

Create one or more tables associated with the dynamodb.DynamoDB instance.
Return a boolean value indication whether or not the dynamodb.DynamoDB instances contains a table matching table_name.
Return the list of table names associated with the dynamodb.DynamoDB instance.
No description provided by the author
NewClientV1 returns an aws-sdk-go (v1) compatible client which is still necessary for some packages (like gocloud.dev/docstore).
No description provided by the author

# Constants

LOCAL_CLIENT_URI is a suitable URI for passing to the `NewClient` and `NewClientV1` methods for use with a local instance of DynamoDB.

# Structs

CreateTablesOptions defines options for the CreateTables method.