Skip to content

Go AWS Lambda function for scraping sites not offering RSS feeds and publish them as RSS feeds.

License

Notifications You must be signed in to change notification settings

jwilsson/lambda-rss-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-rss

Go AWS Lambda function for scraping sites not offering RSS feeds and publish them as RSS feeds.

Setup

  1. Start by bootstraping your AWS environment.
  2. Setup a new policy granting permission to assume CDK roles.
  3. Add the following GitHub Actions secrets: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_DEFAULT_REGION.
  4. Profit.

Usage

Each .go-file in app/sites contains the logic to extract content from a URL and expose it as an RSS feed. Each feed can then be accessed via https://my-function-url/?s=site-name.

About

Go AWS Lambda function for scraping sites not offering RSS feeds and publish them as RSS feeds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published