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 Answer
1
Accepted Answer

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
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions