1.0.3 • Published 5 years ago

@realhealth/rhb-data v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

RealHealth: Data Access Library

This library abstracts access to Amazon DynamoDB and includes built-in encryption functions for securing data at rest.

Notes

When developing this module it is helpful to create a link to the project in the global node_modules directory. To do so run the following command:

sudo npm link

When working on a project that depends on this module, if you want to use the linked module created above, run the following command:

sudo npm link @realhealth/rhb-data

To switch back to the published module run the following command:

sudo npm unlink @realhealth/rhb-data