bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Pagination to AWS API calls.

WilboMo opened this issue · comments

What I'd like:
Update AWS API calls to utilize pagination such as listContainerInstnaces in aws.go. AWS has built in paginators to assist with ensuring large results are iterated through: listContainerInstances paginator

Any alternatives you've considered:
N/A

Resolved in PR #75