Open Issues Need Help
View All on GitHubAI 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.
This library is designed to turn DynamoDB into an Event Store for Event Sourcing.
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.
This library is designed to turn DynamoDB into an Event Store for Event Sourcing.