UNPKG

dynolink

Version:
9 lines (8 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dynamoClient = void 0; const client_dynamodb_1 = require("@aws-sdk/client-dynamodb"); exports.dynamoClient = new client_dynamodb_1.DynamoDBClient({ // Use your AWS credentials and region // region: 'us-east-1', });