package
0.0.4-beta
Repository: https://github.com/zepellin/go-cloud.git
Documentation: pkg.go.dev

# Functions

Dial gets an AWS DynamoDB service client.
InMemorySortFallback returns a query fallback function for Options.RunQueryFallback.
OpenCollection creates a *docstore.Collection representing a DynamoDB collection.

# Constants

Scheme is the URL scheme dynamodb registers its URLOpener under on docstore.DefaultMux.

# Variables

Set holds Wire providers for this package.

# Structs

Options holds various options.
URLOpener opens dynamodb URLs like "dynamodb://mytable?partition_key=partkey&sort_key=sortkey".

# Type aliases

FallbackFunc is a function for executing queries that cannot be run by the built-in awsdynamodb logic.
RunQueryFunc is the type of the function passed to RunQueryFallback.