]> git.cworth.org Git - turbot/commit
Switch to parse the x-www-form-urlencoded data in Python
authorCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 03:52:01 +0000 (20:52 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 12 Oct 2020 04:20:32 +0000 (21:20 -0700)
commitd7d9be193276c41ced952fd9172e7ae8c995aa66
tree2a68cbaaaa8c57fa69dd24e91ebdf7c665068b22
parent80563b79190c7c27ab96fd6a57afe5589631ad89
Switch to parse the x-www-form-urlencoded data in Python

Previously, we were doing this in a mapping template within AWS,
but I decided that that mechanism was more trouble that it was
worth, (it was quite buried in AWS, hard to share across multiple
lambdas, and meanwhile this approach is a single line of code).
turbot_lambda/turbot_lambda.py