JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 116
  • Score
    100M100P100Q81421F
  • License ISC

A library to manage DYnamoDB

Package Exports

  • @npmtapi/tapi-lib-dynamo-db
  • @npmtapi/tapi-lib-dynamo-db/lib/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@npmtapi/tapi-lib-dynamo-db) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Library to manage dynamoDb database. 2.2.0

Set credentials:

import { dynamoConnection, DynamoModel } from '../../lib/index.mjs';

const client = dynamoConnection(region, dynamoEndpoint);;
const modelCar = new DynamoModel("tableName", client);

Only working for lambdas due it has aws-sdk as a dev dependency.(built in for lambdas)