AWS Amplify Integration with Slack Channel

0

I have a small application deployed using Amplify for prototyping. I wish to integrate the CI/CD steps (provision, build, deploy) with Slack channel. How to do so?

I have tried lambda function with an SNS trigger, but didn't work out.

1 個回答
1
已接受的答案

Per documentation Amplify Hosting creates an Amazon Simple Notification Service (SNS) topic in your account and uses it to configure email notifications. This Amazon SNS topic can be used to send notifications to other tools such as Slack. Notifications can be configured to apply to all branches or specific branches of an Amplify app.

Additional details on slack webhook configuration can be found here.

AWS
Dhilip
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南