Update In Place Dynamo Db Backfill
abstract class UpdateInPlaceDynamoDbBackfill<I : Any, P : Any>(dynamoDbClient: DynamoDbClient) : DynamoDbBackfill<I, P>
Content copied to clipboard
A base class that may make it easier to mutate the items in the DynamoDB store.
If saving fails the batch will fail. If succeeded rows are part of a failed batch they will be retried so implementations must be idempotent.
Constructors
UpdateInPlaceDynamoDbBackfill
Link copied to clipboard
Functions
dynamoDbTable
Link copied to clipboard
expressionAttributeValues
Link copied to clipboard
open fun expressionAttributeValues(config: BackfillConfig<P>): Map<String, AttributeValue>?
Content copied to clipboard
filterExpression
Link copied to clipboard
fixedSegmentCount
Link copied to clipboard
mustHaveProvisionedBillingMode
Link copied to clipboard
partitionCount
Link copied to clipboard