Structs§
- Dynamo
Event Repository - An event repository relying on DynamoDb for persistence.
- Dynamo
View Repository - A DynamoDb backed view repository for use in backing a
GenericQuery
.
Functions§
- dynamodb_
aggregate_ cqrs - A convenience function for creating a CqrsFramework using an aggregate store.
- dynamodb_
cqrs - A convenience function for creating a CqrsFramework from a DynamoDb client and queries.
- dynamodb_
snapshot_ cqrs - A convenience function for creating a CqrsFramework using a snapshot store.
Type Aliases§
- Dynamo
Cqrs - A convenience type for a CqrsFramework backed by DynamoStore.