Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeshan/cfn-news-to-telegram
Sends Cloudformation feature releases to Telegram
https://github.com/jeshan/cfn-news-to-telegram
cloudformation sceptre telegram-bot
Last synced: about 2 months ago
JSON representation
Sends Cloudformation feature releases to Telegram
- Host: GitHub
- URL: https://github.com/jeshan/cfn-news-to-telegram
- Owner: jeshan
- License: bsd-2-clause
- Created: 2019-04-22T09:20:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:01:59.000Z (over 3 years ago)
- Last Synced: 2024-04-30T07:19:36.379Z (8 months ago)
- Topics: cloudformation, sceptre, telegram-bot
- Language: HTML
- Homepage:
- Size: 349 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cfn-news-to-telegram
Send Cloudformation feature releases to Telegram in a private chat on a weekly basis.![Demo](https://raw.githubusercontent.com/jeshan/cfn-news-to-telegram/master/screenshot.png)
To deploy: `pipenv run bash deploy-cfn-news.sh`. This script leverages both AWS CLI and [sceptre](https://github.com/cloudreach/sceptre). (Use of sceptre is optional)
## Deploying via the Serverless Repo
Enter a Telegram bot token and a chat ID (group ID or your own user)![](/diagram.png)
*Image automatically generated with [cfnbuddy](https://www.cfnbuddy.com)*## Deploying via sceptre
It expects the following parameters available in Systems Manager Parameter store:
- `default-sam-bucket`: The S3 bucket that AWS CLI requires to upload the packaged cloudformation template.
- `bot-token`: The bot token for your bot.
- `/cfn-news-to-telegram/chat-id`: The user or group chat ID to whom to send the events.**Note** that you must add the bot to the group that you specified while deploying, otherwise the bot will not have permission to send you messages.