Javascript list of reserved attribute words for dynamodb to use when building expressions
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");