Skip to content

DynamoDB's high-level API ignores query/scan limit and exclusiveStartKey #31

@shaunma

Description

@shaunma

In DynamoDBMapper.createScanRequestFromExpression and DynamoDBMapper.createQueryRequestFromExpression, methods are not passing limits nor exclusiveStartKeys from high-level request to low-level request.

As a result, scan and query operations are always starting from the beginning of the table.

Bug is present in the newest version (1.3.26) of the SDK.

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