Paginators in AWS SDK for .NET V3.5

Posted on: Sep 9, 2020

We are excited to introduce Paginators in the latest release of AWS SDK for .NET v3.5. Many AWS operations return paginated results when the response object is too large to return in a single response. Using Paginators will help you navigate through paginated responses from services. If you are using .NET Core, you can now take advantage of IAsyncEnumerable interface that was introduced to .NET with .NET Core 3.1 to make it easy to navigate through responses asynchronously.  

To learn more about paginators in AWS SDK for .NET v3.5, please read our blog post and visit our Developer Guide documentation.