Returns all data from a table newer than most recent timestamp
Args:
table_name (string)
timestamp (timestamp)
Raises:
KeyError: table_name does not exist
ConnectionError : connection issue to parameter store
Returns:
table_data (list) : list of dictionaries all data in table, one dictionary per row keys will be column headings