Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement scan operation #5

Open
shidil opened this issue Aug 9, 2020 · 0 comments
Open

Implement scan operation #5

shidil opened this issue Aug 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@shidil
Copy link
Member

shidil commented Aug 9, 2020

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,

@shidil shidil added the enhancement New feature or request label Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant