Slack setup to connect Snyk with AWS Lambda
To enable Snyk to communicate with Slack, start by setting up incoming webhooks through Slack Apps. These are provided by Slack to enable developers to communicate with Slack.
To set up Slack Apps with a webhook, follow these steps:
Go to https://api.slack.com/apps
Select Create New App.\
Select From scratch.\
Give the app a name like "Snyk".
If you want to set the logo and an appropriate background you can download the Snyk logo here while using background color #1d1848.
Select your workspace.
With the Slack App created, click Add features and functionality.
Select Incoming Webhooks.\
Activate incoming webhooks in that page.
Generate a webhook URL for the channel you want by clicking on Add New Webhook to Workspace
Select the channel you want Snyk to post to. If you haven’t already done so, create a channel.
When the webhook has been created, copy and save the webhook URL to use in the next step in AWS.
Last updated