Fetching and reading the list ./build.sh list takes a long time. I imagine because the list is growing exponentially and the delay will keep getting worse. Seems like AWS is using pagination and only returning 1000 results at a time, requiring multiple API requests. I can't see an easy fix without moving to a different service.
Fetching and reading the list
./build.sh listtakes a long time. I imagine because the list is growing exponentially and the delay will keep getting worse. Seems like AWS is using pagination and only returning 1000 results at a time, requiring multiple API requests. I can't see an easy fix without moving to a different service.