I'm new to Flutter and AWS amplify so this may be basic but looking for help.
I am creating a test mobile application with flutter. In the application, the user will be able to journal (like a diary). This information will be stored in a database (most probably AWS RDS)
I wanted to know, after I connect flutter with amplify authenticator, how exactly will the user that is in AWS cognito be connected to their application specific information stored in another database?
I'm not able to find any information on this.
I tried looking online for this type of scenario and wasn't successful.