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.

What is the incoming Webhook?

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.

Let’s move on Slack and start our exercise.

Install Incoming WebHooks plugin into your slack.

Goto App Directory > Search Incoming WebHooks.

Image for post

Click on Incoming WebHooks, It will display like belove

Image for post

Click on Add to Slack.

#notifications #lambda #automation-testing #slack #aws

AWS Lambda — Sending Slack notification
10.85 GEEK