#bot

Lambdabot

Published at November 27, 2017 ·  2 min read

TLDR: Serverless slackbot deployed via a python terraform wrapper. git clone https://github.com/securityclippy/lambdabot.git cd lambdabot cp lambdabot_config.json.example lambdabot.conf edit lambdabot.conf with your specific info and save python3 manage.py --apply TL: Recently I’ve found myself with a number of projects that could really benefit from an easily accessible method of interaction. Typically this interaction takes the form of a command line program with one or two imputs, which then runs some form of a lookup, transform or other process....