Package org.apache.beam.sdk.io.aws2.dynamodb
package org.apache.beam.sdk.io.aws2.dynamodb
Defines IO connectors for Amazon Web Services DynamoDB.
-
ClassesClassDescriptionA
Coder
that serializes and deserializes theAttributeValue
objects.IO to read from and write to DynamoDB tables.Read data from DynamoDB usingDynamoDBIO.Read.getScanRequestFn()
and emit an element of typeDynamoDBIO.Read
for eachScanResponse
using the mapping functionDynamoDBIO.Read.getScanResponseMapperFn()
.Write a PCollectiondata into DynamoDB.