Using serverless framework to deploy an AWS lambda function that routinely looks for news headlines about 2020 presidential candidates and logs them in an AWS RDS.
Part of my Sentimentr project.
- CloudWatch event triggers lambda function every hour
- Lambda function uses NewsApi to get recent headlines.
- Headlines get sent to an AWS RDS via SQLAlchemy