# Functions
No description provided by the author
DeleteS3Objects deletes the objects specified by the given object keys.
No description provided by the author
GetDataFromSQLQuery is a util function that, given a properly intialized sql.DB and a valid SQL query, will handle executing the query and getting back data.JSON objects.
GetS3Object returns the object output for the given object key.
KillPipelineIfErr is an error-checking helper.
ListS3Objects returns all object keys matching the given prefix.
No description provided by the author
SQLInsertData abstracts building and executing a SQL INSERT statement for the given Data object.
StartTimer returns a new Timer that's already "started".