Serverless Reddit Slack Bot Description Serverless Reddit Slack Bot for tracking new submissions Deployed as a Python AWS Lambda using the Serverless Framework Can be used as a template for other Slack bots Setup Configure config.json with the Reddit client parameters, Slack webhook URL, and the subreddits to track Update serverless.yml with your AWS account ID Deploy the Lambda function git clone https://github.com/epsagon/reddit-slackbot cd reddit-slackbot/ pip install -r requirements.txt -t packages/ serverless deploy