Skip to content

Latest commit

 

History

History
 
 

slack-lambda-notifications

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Slack Notification via AWS Lambda

Purpose

Send notification to your Slack channel.

Steps

Create Slack Webhook Url

See Documentation.

Install required packages

npm install

Update lambda environments in serverless.yml

environment:
  SLACK_WEBHOOK_URL: #Your Slack Webhook Url
  SLACK_CHANNEL_NAME: #Your Slack channel name for notifications

Deploy to AWS account

sls deploy