Skip to content

A Lambda function you can use to monitor the AWS blog feed. When a new blog post is found, a record is made in DynamoDB and an email is sent.

Notifications You must be signed in to change notification settings

mdresch/rss-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss-lambda

Monitor the AWS blog through RSS and get a notification whenever a new blog is posted. New blogposts are stored in DynamoDB and (optionally) sent out through email using SES.

Installation

  • Make sure the AWS SAM CLI and pip3 are installed on your local machine.
  • Change the S3 bucket name where the Lambda code artifact will be uploaded. The bucket needs to be in the same AWS region as the stack.
  • If you want, you can edit the RSS feeds in 'lambda/feeds.txt'.
  • Run 'bash deploy.sh' to deploy the stack.

Contact

In case of questions or bugs, please raise an issue or reach out to @marekq!

About

A Lambda function you can use to monitor the AWS blog feed. When a new blog post is found, a record is made in DynamoDB and an email is sent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.6%
  • Shell 11.4%