- Newest
- Most votes
- Most comments
Considering below before reach out to AWS support:
-
Verify Amplify Configuration • Double-check the configuration in your Amplify backend. Ensure that the correct AWS Region is selected and matches the region where your SNS account has production access. • Confirm that the Cognito User Pool is correctly linked to the Amplify project and is using the updated SNS settings.
-
Update Amplify Backend • Run the following command in your Amplify CLI to ensure the backend is updated:
amplify push
This will push any pending changes to the cloud and might resolve discrepancies between the Amplify Studio and the actual backend configuration.
-
Check Cognito SMS Configuration • In the Cognito User Pool settings, navigate to the Message Customizations section and verify that the SMS configuration is set to use the production SNS settings. • Ensure that the IAM role associated with Cognito has the necessary permissions to send SMS messages via SNS in production.
-
Reinitialize Amplify Studio • Sometimes, Amplify Studio may not immediately reflect changes. Try reinitializing the Amplify Studio environment: o Log out and log back in. o Clear your browser cache or try accessing Amplify Studio in an incognito window.
-
Debugging with Logs • Use CloudWatch Logs to monitor SNS and Cognito activity. This can help identify if there are any errors or misconfigurations when sending SMS.
Relevant content
- asked a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago