In this article, we are talking about Incoming Webhooks with AWS Lambda. How we can send the slack message from AWS Lambda using Incoming Webhooks.
Incoming Webhooks are a simple way to post messages from apps into Slack. Creating an Incoming Webhook gives you a unique URL to which you send a JSON payload with the message text and some options. You can use all the usual formatting and layout blocks with Incoming Webhooks to make the messages stand out.
Goto App Directory > Search Incoming WebHooks
.
Click on Incoming WebHooks
, It will display like belove
Click on Add to Slack
.
#notifications #lambda #automation-testing #slack #aws