amplify-hosting
amplify-hosting copied to clipboard
Unable to add email subscriber to build notifications with existing subscriptions
Environment information
N/A
Describe the bug
When attempting to add a new email subscriber to build notifications, the UI prevents saving due to validation errors with existing Lambda function ARN subscriptions.
The Lambda function subscription was manually added to the SNS topic created by Amplify.
Reproduction steps
- Create or start with an existing Amplify app, add email notifications to it
- Review the SNS topic created in your AWS account
- Add a Lambda function as a subscriber on the SNS topic
- Amplify console lists all subscriptions
- Add a new email subscriber from the Amplify console
- Save
Marking this as a bug. In the interim, we recommend adding email addresses directly through the SNS console as a workaround.