# Functions
Changes returns an ordered list of changes from the *dynamodbstore.Record; will never return nil.
No description provided by the author
MakeCreateTableInput is a utility tool to write the default table definition for creating the aws tables.
New constructs a new dynamodb backed store.
TableName extracts a table name from a dynamodb event source arn arn:aws:dynamodb:us-west-2:528688496454:table/table-local-orgs/stream/2017-03-14T04:49:34.930.
WithDebug provides additional debugging information.
WithDynamoDB allows the caller to specify a pre-configured reference to DynamoDB.
WithEventPerItem allows you to specify the number of events to be stored per dynamodb record; defaults to 1.
WithFirehose indicates kinesis firehose should be used to persist events to s3.
WithLocalDynamoDB provides compatibility with the amazon/dynamodb-local docker image which (as of this writing) is not api compatible with the dynamodb service.
No description provided by the author
WithProvisionedThroughput indicates provisioned throughput should be used.
WithRegion specifies the AWS Region to connect to.
No description provided by the author
No description provided by the author
# Constants
DefaultRegion is the region the dynamodb table is located int.
HashKey is the dynamodb hash key for the table; holds the aggregateID.
RangeKey is the dynamodb range key for the table.
# Type aliases
No description provided by the author
Option represents a functional configuration of *Store.