dynamodb icon indicating copy to clipboard operation
dynamodb copied to clipboard

DynamoDB data mapper for Node.js

Results 62 dynamodb issues
Sort by recently updated
recently updated
newest added

Support should be added for the on-demand billing mode so that capacities do not need to be configured. https://aws.amazon.com/blogs/aws/amazon-dynamodb-on-demand-no-capacity-planning-and-pay-per-request-pricing/

Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.756.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

As I see last commit was almost a year ago. Is this library unmaintained? Maybe a good fork is needed. I can see some significant issues and requests: https://github.com/baseprime/dynamodb/issues/45 https://github.com/baseprime/dynamodb/issues/49...

Hi All! I use dynamodb data mapper for nodeJs. Is it possible to enable TTL on a table with this tool? Thanks, Kostya

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The README doesn't make any mention of DynamoDB transactions. Is support for transactions available? (Or planned?) For me, getting started using DynamoDB using the AWS SDK directly, transactions have been...