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

Use async iterators/generators for pulling paginated items from S3 Buckets #212

Open
kairstenfay opened this issue Aug 26, 2020 · 0 comments

Comments

@kairstenfay
Copy link
Contributor

From @tsibley:

Thanks everyone for addressing this TODO I'd marked. I think it'd be nice to use async iterators/generators in the future for this sort of thing, which makes the code more imperative and easier to follow. It looks like the AWS JS SDK doesn't have built-in support for async iterators (unlike the Python SDK, which does), but it'd be possible with a small wrapper function.

See original comment on the related PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant