Skip to content

Tags: symphoniacloud/dynamodb-entity-store

Tags

v1.1.0

Toggle v1.1.0's commit message
Update dependency versions

Small breaking type change on return values of DynamoDB library.

V1.1.0

Toggle V1.1.0's commit message
Update dependency versions

Small breaking type change on return values of DynamoDB library.

v1.0.0

Toggle v1.0.0's commit message
Documentation updates

v0.2.0-RC-1

Toggle v0.2.0-RC-1's commit message
README update

v0.1.13-alpha-13

Toggle v0.1.13-alpha-13's commit message
Docs for multi-entity operations

Also some type cleanup

v0.1.12-alpha-12

Toggle v0.1.12-alpha-12's commit message
Updating integration test for condition check

Previous version was occasionally failing when
all tests run.

v0.1.11-alpha-10

Toggle v0.1.11-alpha-10's commit message
Next manual chapter - GSIs

v0.1.0-alpha-9

Toggle v0.1.0-alpha-9's commit message
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 clients was messy, and I don't think is that useful. For different clients the user can just instantiate different instances of the entity store.

v0.0.11-alpha-8

Toggle v0.0.11-alpha-8's commit message
Support scanning GSI

v0.0.10-alpha-7

Toggle v0.0.10-alpha-7's commit message
Doc updates, re-enable NPM publishing