using aws lib to generate token instead of duplicating code. Fixed issue with...
Uses common lib for generating tokens, which simplifies the aws token util. Also, uses singleton pattern to prevent multiple instantiations of token util, which requires SSM and Cognito calls for each test class.
Edited by Marc Burnie [AWS]