This library is designed to turn DynamoDB into an Event Store for Event Sourcing.

cqrs dynamodb event-sourcing linux swift swift6
2 Open Issues Need Help Last updated: Jan 18, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes deleting the `.github/dependabot.yml` configuration file. The repository has changed its policy to `gitignore` the `Package.resolved` file, meaning Swift dependency lock files are no longer committed. Consequently, Dependabot's automated dependency update PRs are ineffective and generate unnecessary noise, so removing its configuration will reduce operational overhead.

Complexity: 1/5
good first issue dependencies

This library is designed to turn DynamoDB into an Event Store for Event Sourcing.

Swift
#cqrs#dynamodb#event-sourcing#linux#swift#swift6

AI Summary: This GitHub issue proposes integrating the `swift-configuration` library into `EventStoreForDynamoDB` to streamline configuration management. Currently, settings like table and index names are passed as individual arguments, which can become cumbersome. The proposed solution is to add a new initializer that accepts a `ConfigReader` instance, allowing applications to flexibly define configuration sources (e.g., environment variables, JSON) while the library focuses on reading these settings.

Complexity: 2/5
enhancement good first issue

This library is designed to turn DynamoDB into an Event Store for Event Sourcing.

Swift
#cqrs#dynamodb#event-sourcing#linux#swift#swift6