Skip to content

JasonCraftsCode/dynamodb-reservedwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DynamoDB list of reserved attributes names for javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published