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

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

**Is your feature request related to a problem? Please describe.** I don't really understand why, in particular, the BatchWriteRequest.put() method requires passing in the modelClazz argument before the array of...

1. How can I configure dynamo-easy to work with local and remote dynamodb? 2. Is it possible to create a single table to store the information of all the models?

question

After annotating a model, I would love to be able to stand up a table with simple `createTable` and `ensureTableExists` functions like the abandoned DynamoDB Data Mapper: https://github.com/awslabs/dynamodb-data-mapper-js#table-lifecycle-operations It seems...

enhancement
question
feature request

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hi it's me! I'm checking out your library and it looks very promising. I almost got something working but: **Is your feature request related to a problem? Please describe.** I...