# 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.
# 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.