]> git.cworth.org Git - turbot-web/commit
Drop the top-level "turb" data structure
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:05:06 +0000 (00:05 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 08:05:06 +0000 (00:05 -0800)
commitd0fb115838dd90a089cd44ecd63fc84c84389ce6
treeabcceb788d54dccf24710e9c90c2ce078c3f49bd
parent5eb6c0e95cb218e6aa7b7c61613e9a73d526549b
Drop the top-level "turb" data structure

In the original turbot code, this was a simple structure to hold on to
all the things necessary for turbot. Specifically, it had a boto
connection to the database, a handle for the Google sheets API, and a
handle for the Slack client API.

In this code, the only one of those things we talk to is the DynamoDB
table so that's all we need here.
html_generator.py