Skip to content

Makes the Fake News API AWS Lambda ready and deploy it

Fake News API Endpoint: https://59rfocmnrd.execute-api.us-east-1.amazonaws.com/dev/predict (POST)

The branch for this MR has been cut from MR !4 's deploy branch.

A new directory, fakeNews has been created, for a re-written version of the Fake News API. This was done to break it down into two separate APIs and make it AWS Lambda ready and switch over to dynamoDB.

The high number of changes in this MR are due to the inclusion of some of the python packages into the working directory. These are stripped down versions of the packages to make deployment possible, and thus these specific files need to be included with the code. Changes to be refered to for this MR:

  • /server/fakeNews
Edited by pranavgoyanka

Merge request reports