Skip to content

The POC to test if the conditional update is meeting the requirement of atomic dynamodb

Notifications You must be signed in to change notification settings

legocode/AtomicDynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The POC to test if the conditional update is meeting the requirement of atomic dynamodb

To test this repository, simply npm install && npm start.

Create your dynamodb demo table User.

{
  UserName: "leonli",
  Password: "dj423j55",
  "SendOut": "false" // the value must be false for the testing purpose
}

Enjoy with your benchmark tool. ab -c 100 -n 200 http://localhost:3000/bool

For more information, please check index.js.

About

The POC to test if the conditional update is meeting the requirement of atomic dynamodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published