@realhealth/rhb-data

RealHealth Data Access Library

Usage no npm install needed!

<script type="module">
  import realhealthRhbData from 'https://cdn.skypack.dev/@realhealth/rhb-data';
</script>

README

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