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

when using appendToList there is no construction to allow the initial field to be null *FEATURE* **Handle updates for appendToList that allow if not exists for setting a value** ```text...

``` @Person() export class Person { @PartitionKey id: string @DateProperty creationDate: Date } ``` we want to search for a person where the creationDate starts with '2019-03' (does not make...

bug

I have separate systems that create and manage _hard_ resources like dynamodb tables, and that use those resources. Normally, I export those variables using different methods, but I wanted to...

since [TSLint is deprecated](https://github.com/palantir/tslint) it's necessary to use ESLint https://code.visualstudio.com/api/advanced-topics/tslint-eslint-migration

**Is your feature request related to a problem? Please describe.** Updating DybamoDB values with empty string fail. **Describe the solution you'd like** [Dynamo Document Client](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html) enables to set `convertEmptyValues`. I'd...

help wanted
feature request

Please see https://typeorm.io/#/listeners-and-subscribers for the reference.

feature request

configure browserstack test automation to run all tests in different browsers as well. BrowserStack is free for openSource projects, we just need to place some links pointing to BrowserStack and...

enhancement

ability for parallel scan requests on a table. could be something like `store.scan().parallelExec(n)` or `store.scan().totalSegments(n).exec()` https://aws.amazon.com/blogs/aws/amazon-dynamodb-parallel-scans-and-other-good-news/

enhancement
help wanted

possibility to enable auto generation of timestamps like creationDate and lastUpdatedDate

enhancement
help wanted