Skip to content

Implement scan operation #5

@shidil

Description

@shidil

User Story
dynamo-helper does not implement DynamoDB scan operation. DynamoHelper needs to implement a scan method for users to perform scan operation. This method should take Filter<T> as input.

Suggested:
async scan<T>(filter: Filter<T>): Promise<T>

Although it should be noted that, when scanning different types of record can be in the result,

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions