UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

6 lines (5 loc) 284 B
import { DynamoDBDocument, UpdateCommand } from "@aws-sdk/lib-dynamodb"; /** * Run dynamodb update commands synchronously to avoid throttling, retrying on ThroughputError */ export declare function updateCommandsSync(db: DynamoDBDocument, commands: UpdateCommand[]): Promise<void>;