]> git.cworth.org Git - turbot/commit
Share the rot() implementation between both Lambda and Flask implementations
authorCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 21:12:42 +0000 (14:12 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 21:29:30 +0000 (14:29 -0700)
commita13fbc8d3512acfbbb707042d10f274c1e33d638
tree64c1a206d2793f93f522864f64ec868391a9f979
parent13839f9cacfd7aaa389bf6983c5e9b98beead6af
Share the rot() implementation between both Lambda and Flask implementations

This provides a model of how to do code sharing between the two
implementations we have, (with the expectation that the code in the
"turbot" package will be generic and that code in turbot_slack and
turbot_lambda will use that common code while doing whatever
additional marshalling is necessary for their particular application
environments).
Makefile
turbot/rot.py
turbot_flask/turbot.py
turbot_lambda/lambda_function.py