Currently, I am utilizing the authentication module from AWS Amplify. One question that has been on my mind is how to obtain the userID once a user signs up.
While it is possible to retrieve the ID after a user signs in, I am specifically interested in retrieving the userID during the signUp process in order to update my model before logging in.
Unfortunately, I have not come across the userID in my signUp response. This has led me to wonder if there are any alternative solutions or workarounds available?