]> git.cworth.org Git - turbot/commit
Add target to deploy our lambda code to AWS
authorCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 20:55:15 +0000 (13:55 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Oct 2020 20:55:15 +0000 (13:55 -0700)
commit06dd63c8d89e54447486ec219bb5ffbf4cb6f958
tree99407a1e0370e8a0e47acbbbefd76c89f727016d
parentb56a32fe04d531b3fa3ef9cb7e01096db9e9fb62
Add target to deploy our lambda code to AWS

The existing "make deploy" target now calls out to two targets:

make flask: Deploys code to Flask app at halibut.cworth.org

make lambda: Deploys code to AWS lambda function
Makefile