aws-amplify / amplify-hosting

AWS Amplify Hosting provides a Git-based workflow for deploying and hosting fullstack serverless web applications.
https://aws.amazon.com/amplify/hosting/
Apache License 2.0
461 stars 116 forks source link

Build notification configuration failed with Invalid parameter: Topic Name error #3930

Open muvashi opened 6 months ago

muvashi commented 6 months ago

Before opening, please confirm:

Amplify Hosting feature

Notifications

Is your feature request related to a problem? Please describe:

While configuring build notification for branch name "build/course", the following error is observed.

Invalid parameter: Topic Name

This is happening as Amplify is trying to create SNS topic in the following format which does not comply with SNS topic naming constraints.

amplify-app-id_build/course

Describe how you'd like this feature to work

Amplify should automatically handle such scenarios.

github-actions[bot] commented 6 months ago

This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!

dmwest1234 commented 4 weeks ago

#1933