• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
picsoung

Stack Overflow Monitor

by

Monitor Stack Overflow questions and post them in a Slack channel

  1. Stack Overflow Monitor

Stack Overflow Monitor

Monitor Stack Overflow questions and post them in a Slack channel.

Example of notification in Slack

Pre-requisites

  • AWS account with AWS-CLI configured
  • FaunaDB account
  • Serverless framework installed
  • Slack team with incoming webhook

Tutorial

Complete tutorial could be found here

How to use it

in serverless.yml change the environment variables to your own values.

FAUNADB_SECRET to FaunaDB secret.

STACK_EXCHANGE_KEY to API key to access Stack Exchange API

SLACK_WEBHOOK_URL is the URL of the Slack incoming webhook you’ve created 

SLACK_CHANNEL should be an existing channel name in your Slack team (#support, #stackoverflow,…)

SEARCH_KEYWORD is the keyword you are interested to monitor (nodejs, angular2,…)

test locally

serverless invoke local — function getStackOverflowQuestions

deploy

serveless deploy

Contribute

This project is open source, and we welcome anybody who wants to participate and contribute!

License

The MIT License (MIT)

Contents

  • Stack Overflow Monitor
  • Pre-requisites
  • Tutorial
  • How to use it
  • test locally
  • deploy
  • Contribute
  • License

Related

GuidesPluginsExamplesSlack CommunitySupport