- Companion:
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
def scanDynamoDB(scanRequest: ScanRequest, pageSize: Int): Stream[F, Chunk[Map[String, AttributeValue]]]
Scans Dynamodb into the FS2 stream
Scans Dynamodb into the FS2 stream
- Value parameters:
- pageSize
the page size of the scan, defines how many records will be loaded to the memory
- scanRequest
AWS SDK2 DynamoDB scan request
- Returns:
an fs2 Stream that emits RAW DynamoDB items, terminates, once scan exhausted