DavidPeleg6 / Financial_News_Sentiments

extracts financial sentiments about stocks from the news sources
1 stars 0 forks source link

move all services to lambda #30

Closed DavidPeleg6 closed 1 year ago

DavidPeleg6 commented 1 year ago

ec2 instances are overkill. move it to lambda functions with a preloaded venv

DavidPeleg6 commented 1 year ago

We need to open S3 storage container and link the lambdas to it.

DavidPeleg6 commented 1 year ago

create a lambda that builds a database containing all 1000 most frequent stocks of the month

DavidPeleg6 commented 1 year ago

create a set of lambdas that sample the database and pull stock data of each stock name in the database, then deleting it