Add support for pagination/streaming #105
Locked
geekingfrog
started this conversation in
General
Replies: 2 comments 1 reply
-
Yes absolutely! We have an RFC design for paginators, would love your thoughts: smithy-lang/smithy-rs#346 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Created feature request here and locked this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are many requests in many services which returns paginated responses. For example, ListObject or ListBuckets in S3, Scan in DDB and so on.
It would be really nice to have a unified way to provide a method which returns a futures::stream, or I guess, a
TryStream
since the items are likely to beResults
.Beta Was this translation helpful? Give feedback.
All reactions