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

Concise view

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

Attributes

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