dynamodb-oop icon indicating copy to clipboard operation
dynamodb-oop copied to clipboard

Speak fluent DynamoDB, write code with fashion, I Promise() 😃

Results 4 dynamodb-oop issues
Sort by recently updated
recently updated
newest added

Instead of the entire aws-sdk library, we should be able to... ``` const { DynamoDB } = require("@aws-sdk/client-dynamodb") const $db = new DynamoDB({ region: 'us-west-2' }) const DynamodbFactory = require('@awspilot/dynamodb')...

It seems that only "AND" is supported right now. Is it the case?

enhancement

I've tried using the if function to implement a conditional write on a version property, but it doesn't seem to be working. I see from the implementation you're using the...

Hello, I am able to connect to dynamoDB, get list of ducments from database. I could update string values in documents as well. If details is string it is working...