User should have aws-sdk installed and set up on their computer.
Clone this project from
https://github.com/QualityWorksCG/helpText-script.gitNavigate to the directory and install the npm packages using
npm installCreate 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.jsAn 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.