This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 227
how do I paginate through dynamodb scan operation #4
Comments
AWScala supports some options like this: Is it not enough? |
ghost
assigned seratch
Dec 28, 2013
got it , I changed my code to use |
seratch
added a commit
that referenced
this issue
Dec 29, 2013
Ah, I got it. I've enabled specifying pagination params in |
something like this ? |
Basically retaining libraryDependencies += "com.github.seratch" %% "awscala" % "0.1.1" |
CruncherBigData
pushed a commit
to CruncherBigData/AWScala
that referenced
this issue
Jan 28, 2014
seratch
pushed a commit
that referenced
this issue
Jan 25, 2021
* Update scalatest to 3.0.9 * disable release on push branches * disable release on push branches, added build.yml * Update scalatest to 3.0.9 * update .gitignore Co-authored-by: Scala Steward <scala-steward@users.noreply.github.com> Co-authored-by: Rodolfo Echemendía Quintana <rechemendia@travelonux.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a table that has more than 1000 rows. and I need to paginate through the result of the scan operation, in the JAVA SDK I used getLastEvaluatedKey() and then start with that for my next iteration , is there something similar in this awsscala ?
for example,
thanks in advance
The text was updated successfully, but these errors were encountered: