dynamodb-reservedwords

1.0.2 • Public • Published

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");

Readme

Keywords

Package Sidebar

Install

npm i dynamodb-reservedwords

Weekly Downloads

20

Version

1.0.2

License

MIT

Unpacked Size

9.26 kB

Total Files

4

Last publish

Collaborators

  • jasoncraftscode