connorjoleary / DeepCite

Traversing links to find the deep source of information
GNU General Public License v3.0
69 stars 7 forks source link

Allow lambda to be run locally #30

Closed connorjoleary closed 4 years ago

connorjoleary commented 4 years ago

In order for people to test their code in its entirety, the lambda must be allowed to be run locally and interact with the model and extension which can already be run locally.

connorjoleary commented 4 years ago

You will likely need to encase the lambda in gunicorn and switch the extension to call this endpoint instead.