UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

14 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DynamoDBItemsPerTable = void 0; class DynamoDBItemsPerTable { constructor(tableName, results) { this.tableName = tableName; this.results = results; } merge(other) { this.results.push(...other.results); } } exports.DynamoDBItemsPerTable = DynamoDBItemsPerTable; //# sourceMappingURL=dynamodb-items-per-table.class.js.map