Skip to content

little DynamoDB CRUDL experiment with the new node native test runner

Notifications You must be signed in to change notification settings

brianleroux/architect-example-node-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A quick experiment using the new built-in Node.js test runner to make a small client CRUDL library for DynamoDB.

Try it out! Clone this repo, installing dependencies with npm i and running npm t.

  • app.arc defines a DynamoDB (DDB) table called 'accounts'
  • index.mjs exports a basic CRUDL client for DDB table above
  • test.mjs defines a test suite for the client
  • package.json sets up npm t and deps

Learn more about Architect and join our Disco.

About

little DynamoDB CRUDL experiment with the new node native test runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published