GitXplorerGitXplorer
n

serverless-news

public
1 stars
0 forks
2 issues

Commits

List of commits on branch master.
Verified
7730d573291efd449aebd2a622909d1781fe59e7

Merge pull request #4 from nbroad1881/dependabot/pip/urllib3-1.26.18

nnbroad1881 committed 7 months ago
Verified
699196c7c29cf2be94e6d13ab82883775f9a7384

Merge branch 'master' into dependabot/pip/urllib3-1.26.18

nnbroad1881 committed 7 months ago
Verified
895032900fb162673d8845ad79802c6e63d1d83a

Merge pull request #5 from nbroad1881/dependabot/pip/certifi-2023.7.22

nnbroad1881 committed 7 months ago
Verified
ab682b3ef8a8598197a1a96953d1c2f05acb17a0

Merge pull request #6 from nbroad1881/dependabot/pip/idna-3.7

nnbroad1881 committed 7 months ago
Verified
c851f9f3699d62a73c35749e69847893b28cd9c3

Merge pull request #7 from nbroad1881/dependabot/pip/requests-2.32.0

nnbroad1881 committed 7 months ago
Verified
fc8ecb3d53acbdb1b92f439ae0e2dcc6e5bbc76d

---

ddependabot[bot] committed 8 months ago

README

The README file for this repository.

Using serverless platform to regularly log news headlines

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.

How it works

  1. CloudWatch event triggers lambda function every hour
  2. Lambda function uses NewsApi to get recent headlines.
  3. Headlines get sent to an AWS RDS via SQLAlchemy