UNPKG

@blueleader07/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.

12 lines (10 loc) 413 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDocumentClient = void 0; const PlatformTools_1 = require("../../platform/PlatformTools"); const getDocumentClient = () => { const AWS = PlatformTools_1.PlatformTools.load("aws-sdk"); return new AWS.DynamoDB.DocumentClient(); }; exports.getDocumentClient = getDocumentClient; //# sourceMappingURL=DynamoClient.js.map