]> git.cworth.org Git - turbot/history - turbot_lambda/turbot_lambda.py
Move some slack utility code into turbot/slack.py
[turbot] / turbot_lambda / turbot_lambda.py
2020-10-13 Carl WorthMove some slack utility code into turbot/slack.py
2020-10-13 Carl WorthFix several problems pointed out by flake8
2020-10-13 Carl WorthParse block_actions payload and farm out to turbot...
2020-10-13 Carl Worthstash
2020-10-13 Carl WorthIntroduce a new turbot_interactive function
2020-10-13 Carl WorthImplement a first skeleton of the app_home_opened event
2020-10-13 Carl WorthImplement url_verification for Slack event handling
2020-10-12 Carl Worthturbot_lambda: Add Slack signature verification
2020-10-12 Carl Worthturbot_lambda: Inject /rot response into the same chann...
2020-10-12 Carl Worthturbot_lambda: Parse the command from the request
2020-10-12 Carl WorthSwitch to parse the x-www-form-urlencoded data in Python
2020-10-12 Carl WorthSimply return the result string from the Lambda
2020-10-12 Carl WorthSwitch from event['args'] to event['text'] for input...
2020-10-12 Carl WorthRename lamdba_function.lambda_handler to turbot_lambda...