aniket takarkhede

Results 4 issues of aniket takarkhede

Hi, When exe command `sudo bin/plugin install –no-verify /home/local/logstash-input-mongodb/logstash-input-mongodb-1.0.0-java.gem ` get below error `ERROR: Mixed source of plugins, you can't mix local`.gem` and remote gems See: 'bin/plugin install --help' `

How to perform scan() with ConsistentRead parameter?

Can we do conditional get an item using get() as below? ``` let conditonParams = {isDeleted: false}; Account.get('[email protected]', {ConsistentRead: true, conditons : conditonParams}, function (err, acc) { console.log('got account', acc.get('email'));...

Hello Geeks, When performing batch get items in loop for cron jobs, we are getting below error `{ [MissingRequiredParameter: Missing required key 'RequestItems' in params] message: 'Missing required key \'RequestItems\'...