Skip to content

TypeError: client.newScanBuilder(...).filterAttributeEquals is not a function #125

@aterreno

Description

@aterreno

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions