]> git.cworth.org Git - turbot/commit
turbot_lambda: Parse the command from the request
authorCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 20:07:50 +0000 (13:07 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 20:21:16 +0000 (13:21 -0700)
commita377e260992b6ab2949d5dfe4b835caae4980e4f
tree98f80e23070c0b592ea3c679f0bcdebe45fd7bb9
parentd7d9be193276c41ced952fd9172e7ae8c995aa66
turbot_lambda: Parse the command from the request

This will allow us to implement multiple slash commands within a single
Lambda function. Currently just the /rot (also its /rotlambda alias)
command is implemented, but we've got all the structure in place to do
more as necessary.
turbot_lambda/turbot_lambda.py