]> git.cworth.org Git - turbot/commit
Switch from event['args'] to event['text'] for input to the lambda
authorCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 03:08:13 +0000 (20:08 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 03:43:42 +0000 (20:43 -0700)
commitb0dd4f4f286d6a75c24e2dece947b18aede0790c
tree8ddfa094406e85ed5f1baa811542aba1d1093e66
parent2fe5a72db70409f82f58e0ffaf5c492e0f4ebb15
Switch from event['args'] to event['text'] for input to the lambda

Since that's what we actually get from Slack, (now that we have the
"mapping template" in place so that we receive a dictionary here rather
than a bunch of x-www-form-urlencoded data).
turbot_lambda/turbot_lambda.py