Hi there, my code looks like:
client.newScanBuilder(tableName)
.filterAttributeEquals('status', 'FOO')
.execute()
.then((users) => {
});
but I get the exception:
TypeError: client.newScanBuilder(...).filterAttributeEquals is not a function
Is the readme up to date?
Thanks