CodeCommit - notifications for author of PR's

2

Is it possible to configure (without the use of lambdas and code) that the author of a Pull Request gets notifications on comments, rejects and approvals. And that the reviewer gets notifications on events after a review? This is normal in GitHub etc. but is not default in CodeCommit?

已提问 2 年前525 查看次数
1 回答
0

I had the same exact use case that I wanted to see in CodeCommit, because I've been very used to that in GitHub and GitLab. The only thing I've been able to find so far has been setting up a Lambda function, triggered via EventBridge when PR comments are added, which extracts the commit comment, and then sends that to an SNS topic, to which folks are subscribed. I haven't seen anything out of the box in CodeCommit.

anotov
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则