@twin.org/entity-storage-connector-dynamodb 0.0.3-next.9 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,13 +8,16 @@ This package provides an Amazon DynamoDB backend for managed NoSQL storage in cl
8
8
  npm install @twin.org/entity-storage-connector-dynamodb
9
9
  ```
10
10
 
11
+ ## Dependency versions
12
+
13
+ Published versions pin `@aws-sdk/client-dynamodb` and `@aws-sdk/lib-dynamodb` to releases that are at least 48 hours old on npm, so consumers with a minimum package age policy (for example pnpm `minimumReleaseAge`) can install without resolution failures.
14
+
11
15
  ## Docker
12
16
 
13
17
  To perform testing of this component it may be necessary to launch a local instance to communicate with.
14
18
 
15
19
  ```shell
16
- docker pull amazon/dynamodb-local:latest
17
- docker run -d --name twin-entity-storage-dynamodb -p 10000:8000 amazon/dynamodb-local:latest
20
+ docker run -d --name twin-entity-storage-dynamodb -p 18000:8000 amazon/dynamodb-local
18
21
  ```
19
22
 
20
23
  ## Examples