MCPcopy Create free account
hub / github.com/Parana-Games/tinymo / push

Method push

src/batch-write.ts:19–19  ·  view source on GitHub ↗
(...writes: BatchWritable[])

Source from the content-addressed store, hash-verified

17 constructor(private client: DynamoDBDocumentClient) { }
18
19 push(...writes: BatchWritable[]): BatchWrite { this.batchWriteItems.push(...writes); return this; }
20 async run(): Promise<BatchWriteCommandOutput> { return await this.client.send(new BatchWriteCommand(this.build())); }
21
22 put(tableName: string, item: any) {

Callers 4

putMethod · 0.95
deleteMethod · 0.95
keyMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected