Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.44 KB

README.md

File metadata and controls

11 lines (9 loc) · 1.44 KB

AWS News Bot

This is a simple Telegram bot that parses RSS feeds from AWS news blog and pushes the latest news on AWS to this Telegram channel.

The bot is serverless and hosted on AWS.

Services used:

  • AWS Lambda -> to run the bot
  • SecretsManager -> to store bot api key
  • DynamoDB -> to store already published news
  • CloudWatch Events -> to trigger the lambda every hour