StreamScan

fs2.aws.dynamodb.StreamScan
See theStreamScan companion object
trait StreamScan[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

Attributes

Returns

an fs2 Stream that emits RAW DynamoDB items, terminates, once scan exhausted