Skip to content

API reference / @backpack/amazon-dynamodb / PutOptions

Type Alias: PutOptions

ts
type PutOptions = Omit<PutCommandInput, "TableName" | "Item">;

Additional options for new DynamoDbRepository(tableName).putItem(item, options)