()
| 13 | |
| 14 | public get items() { return this.batchWriteItems; } |
| 15 | public get length() { return this.batchWriteItems.length; } |
| 16 | |
| 17 | constructor(private client: DynamoDBDocumentClient) { } |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected