vogels icon indicating copy to clipboard operation
vogels copied to clipboard

DynamoDB data mapper for node.js

Results 86 vogels issues
Sort by recently updated
recently updated
newest added

Resolving issue where using the provided secondary index code gave: TypeError: Converting circular structure to JSON Caused by having lowercase k for rangeKey and hashKey

Would be nice to be able to be able to customize createdAt and updatedAt format simply. The point being to allow user to choose their format according to their need...

feature

I thought I saw another issue that mentions this somewhere but I can't find it now. Not sure how hard it would be to deal with this but DynamoDB won't...

#### Context * *node version*: 6.2.0 * *vogels version*: ^2.2.0 * *environment* (node, browser): Node * *used with* (hapi, standalone, ...): `expressjs ~4.14.0`, `joi ^10.1.0`, `express-validation ^1.0.1` * *any other...

I can see that there has not been an update since 2016, and that leaves me to believe that this project has been abandoned. @ryanfitz are you planning on continuing...

Is it possible to enable encryption when creating the tables on dynamoDB? https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html

Does anyone know if Vogels data mapper will support recent changes Amazon is making for ATS? Thanks, Aaron

How to perform scan() with ConsistentRead parameter?

Fix example bug that causes an error if we directly copy paste

When hitting Dynamo throttling limits (429s), Vogels will indefinitely retry and never back out. https://github.com/ryanfitz/vogels/blob/master/lib/batch.js#L45-L47 The AWS-SDK attaches a retryable property to the error object for `500s` and `429s`. This...