Live data from Hacker News

AWS Lambda function for converting of Telegram channel to RSS feed

github.com

1–10 of 26 posts

Re: AWS Lambda function for converting of Telegram channel to RSS feed

#3

I am curious if this is the cheapest aws option for doing such a simple task. I wonder if there is a way this can be done with a step function, where the price comes out cheaper than spinning up a lambda.

Alternatives:

Google Cloud Functions

CloudFlare workers

Re: AWS Lambda function for converting of Telegram channel to RSS feed

#7

I am curious if this is the cheapest aws option for doing such a simple task. I wonder if there is a way this can be done with a step function, where the price comes out cheaper than spinning up a lambda.

I mean if you're using it for personal use, then you'll almost certainly not even approach the end of the free tier.

Re: AWS Lambda function for converting of Telegram channel to RSS feed

#8
post #5
post #4

Related: I've written a Python tool (CLI) that exports Telegram channels to static webpages. https://github.com/knadh/tg-archive

The killer feature of the telegram app imo is the translations, does your tool do translations?

I’m not that poster, but it doesn’t look like it does. On the other hand, it creates websites that I think chrome will automatically translate for you.
Post reply on HN