Since our data goes through some processing before storing it in the database we will use the AWS database for local development. This saves time in ensuring both local and deployed instances go through a similar seeding process.
Adds a utility/ folder in our repo with tools for interacting with dynamodb, locally and deployed
Adds necessary packages
Adds documentation
Fixes #23
Type of change
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
Summary
Since our data goes through some processing before storing it in the database we will use the AWS database for local development. This saves time in ensuring both local and deployed instances go through a similar seeding process.
Fixes #23
Type of change
Please delete options that are not relevant.
How To Test
Temporarily modify your PageHeader as follows
yarn
to install the latest dependenciesyarn dev
yarn dev
) shows the output of the item you createdChecklist: