dynamo-easy icon indicating copy to clipboard operation
dynamo-easy copied to clipboard

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.

Results 104 dynamo-easy issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Single Table Design is the new hotness, at present the stores are limited to one type. I propose a Multi...

Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.8. Release notes Sourced from npm's releases. v6.14.8 6.14.8 (2020-08-17) BUG FIXES 9262e8c88 #1575 npm install --dev deprecation message (@sandratatarevicova) 765cfe0bc #1658 remove unused broken...

dependencies

I need to check if my array is empty before doing a batch write Would be nice if it just ignored empty arrays. (also handling batch over 25 would be...

I apologize for not adhering to the structure of the bug and feature request templates, but I have more a of a general question. Does dynamo-easy provide a way to...

It would be great to handle max read and write batches size limitations as https://github.com/awslabs/dynamodb-data-mapper-js do that... When you are trying to get more than 100 items it put the...

feature request

**Describe the bug** When a nested array or object is empty, it is ignored on saving. **To Reproduce** ```ts @Model() export class A{ @PartitionKey() id: string @CollectionProperty({ sorted: true, itemType:...

**Is your feature request related to a problem? Please describe.** AWS DynamoDB added a new feature - see link below. **Describe the solution you'd like** This issue is a reminder...

enhancement
question

Add configuration for Dependabot similar to renovate.json, read about what's possible.

**Is your feature request related to a problem? Please describe.** Often when doing updates, you need to prevent against upserts with something like `update.onlyIfAttribute('pk').attributeExists()`. It often is not really a...