How to receive AWS Amplify deployment notifications in a specific channel on Microsoft Teams

0

I deployed my application's front end on AWS Amplify. I provided my team's channel webhook URL in the Amplify notification section but encountered an error. Although I attached the details below, every time I merged my organization's email, it was accepted, and I received a confirmation message. However, the webhook URL did not establish a connection. It was successfully accepted after copying the email from the That team's channel and pasting it into the Amplify notification section. However, I getting the same error

The Webhook URL doesn't accept the section

After I got the same error while I was copying and pasting the teams channel Email

1 Answer
0

Hi,

You may follow the architecture proposed by this post (Lambda-based) to integrate SNS notifications with MSFT Teams channels: https://dev.to/aws-builders/how-to-send-aws-notifications-aws-sns-to-microsoft-teams-1d1l

This ones proposes a very close architecture: https://medium.com/@techytish/creating-an-alert-notification-in-microsoft-teams-for-aws-cloudwatch-alarms-d21ffd28e90e

Best,

Didier

profile pictureAWS
EXPERT
answered 4 months ago
  • Okay, Here The lambda function is needed?

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