User should have aws-sdk installed and set up on their computer.
Clone this project from
https://github.com/QualityWorksCG/helpText-script.git
Navigate to the directory and install the npm packages using
npm install
Create a .env file by duplicating .env.sample.
Update the varibales for REGION and FILE_PATH in your .env file to match the region of your database and the file path of the csv file with the information.
Run the script by using the command.
node HelpText.js
An example of the csv file format required can be found here
The credentials that are used to login to the user's aws account will be set using the aws-sdk package.