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 Antwort
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen