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
449 stars 113 forks source link

Add jobId to build notification SNS payload #3941

Open yassinecc opened 4 weeks ago

yassinecc commented 4 weeks ago

Before opening, please confirm:

Amplify Hosting feature

Notifications

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

After a build has started or finished, I would like to receive its jobId in an SNS notification, so that I can poll the job's commit message and send it to Slack

Describe how you'd like this feature to work

Just add the jobId somewhere in the SNS payload (it was present in previous Amplify projects but was removed when I created a new Amplify project)

github-actions[bot] commented 4 weeks 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!

mauerbac commented 4 weeks ago

Thanks for opening this!