]> git.cworth.org Git - turbot/commit
Start implementing code intended to be deployed to AWS Lambda
authorCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 17:35:45 +0000 (10:35 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 17:49:44 +0000 (10:49 -0700)
commitb56a32fe04d531b3fa3ef9cb7e01096db9e9fb62
treec66168c7a0874fbada4695958d139e638612d373
parent3498d36fd61689e078c6eb46f1b103272f524e36
Start implementing code intended to be deployed to AWS Lambda

Here, lambda/rot.py is a copy of the turbot/rot.py code, but massaged
into the calling conventions of AWS Lambda (and without yet any actual
code to integrate with Slack in either direction).
lambda/lambda_function.py [new file with mode: 0644]