v0.1.0-alpha-9
Pre-release
Pre-release
mikebroberts
released this
18 Sep 20:26
·
28 commits
to main
since this release
BREAKING CHANGE - updates to Store setup
Breaking changes:
- Now only one DynamoDB wrapper / client per store instance
- A whole bunch of changes to store setup and config
Also documentation for setup
The driver for this was that configuration with multiple DynamoDB document clients was messy, and I don't think was that useful. For different clients the user can just instantiate different instances of the entity store.