With AWS Cognito doing its thing with authentication does this mean I no longer need a traditional 'users' table in my database?
Currently the app I have inherited has the traditional 'users' table I reference with sql queries looking for many-to-many and many-to-one joins with organisation, message boards, etc tables.
Do I query the Cognito user groups (that feels wrong) or is there some 'sync' method to have an updated 'users' table in my database.
Reading to docs and watching a few tutorials is great but no one seams to do more than authenticate. Where is the authorisation, and getting user names, email with join queries.
Be gentle, trying to work and study with a new baby in the room