dynamo-easy
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.
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...
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...
Please see https://typeorm.io/#/listeners-and-subscribers for the reference.
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...
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/
possibility to enable auto generation of timestamps like creationDate and lastUpdatedDate