Skip to content

Instantly share code, notes, and snippets.

@olbpetersson
Last active November 20, 2018 14:30
Show Gist options
  • Save olbpetersson/634b8f75397ccf306cb287f4c5c10558 to your computer and use it in GitHub Desktop.
Save olbpetersson/634b8f75397ccf306cb287f4c5c10558 to your computer and use it in GitHub Desktop.
do {
val items = get1000Items(lastEvaluatedKey)
items.forEach() {
httpClient.doCall()
}
lastEvaluatedKey = items.getLastEvaluatedKey()
} while(lastEvaluatedKey != null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment