Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 434 Bytes

File metadata and controls

23 lines (15 loc) · 434 Bytes

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