@moicky/dynamodb 1.2.0 → 1.2.1
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -13,7 +13,7 @@ Contains convenience functions for all major dynamodb operations. Requires very
|
|
|
13
13
|
- 📦 Will **group items into batches** to avoid aws limits and improve performance
|
|
14
14
|
- ⏱ Will **automatically** add `createdAt` and `updatedAt` attributes on all items to track their most recent create/update operation timestamp. Example value: `Date.now() -> 1685138436000`
|
|
15
15
|
- 🔄 Will **retry** some operations (getItems, deleteItems) **up to 3 times** on unprocessed items
|
|
16
|
-
- 🔒 When specifying an item using its keySchema, all additional attributes (apart from
|
|
16
|
+
- 🔒 When specifying an item using its keySchema, all additional attributes (apart from keySchema attributes from `initSchema` or `PK` & `SK` as default) will be removed to avoid errors
|
|
17
17
|
- 👻 Will **use placeholders** to avoid colliding with [reserved words](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html) if applicable
|
|
18
18
|
|
|
19
19
|
## Installation
|