1.0.2 • Published 4 years ago

dynamodb-reservedwords v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

DynamoDb Reserved Word

Javascript list of reserved attribute words for dynamodb to use when building expressions

Installation and Basic Usage

Install the DynamoDB DataModel with npm:

npm i dynamodb-reservedwords

or yarn:

yarn add dynamodb-reservedwords

Require or import * as reservedWords from dynamodb-reservedwords:

const reservedWords = require("dynamodb-reservedwords");