I am using AWS Cognito and want to know how to use AdminUpdateUserAttributes in Golang to change the email address.
During cognito setup, under "How do you want your users to sign in" header in cognito user pool creation I choose by email.
This post Can change the user's email in aws cognito user pool? has an answer for when using the username option.