Skip to main content

One post tagged with "Terraform"

View All Tags

· 4 min read

This post will detail how to configure AWS Chatbot to provide Slack notifications based on the error metrics of AWS Lambda functions.

What we will build at a high level is as follows:

  1. A simple Lambda Function
  2. A CloudWatch alarm to monitor errors of our Lambda Function
  3. An SNS Topic to receive alerts from the CloudWatch alarm and forward these alerts on
  4. Configure AWS Chatbot to subscribe to the SNS Topic and send alerts to Slack
  5. IAM permissions to tie everything together