AWS Lambda function for converting of Telegram channel to RSS feed
1–10 of 26 posts
Re: AWS Lambda function for converting of Telegram channel to RSS feed
#2I 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.
Re: AWS Lambda function for converting of Telegram channel to RSS feed
#3I 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.
Google Cloud Functions
CloudFlare workers
Re: AWS Lambda function for converting of Telegram channel to RSS feed
#4Re: AWS Lambda function for converting of Telegram channel to RSS feed
#5Related: I've written a Python tool (CLI) that exports Telegram channels to static webpages. https://github.com/knadh/tg-archive
Re: AWS Lambda function for converting of Telegram channel to RSS feed
#6Re: AWS Lambda function for converting of Telegram channel to RSS feed
#7I 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.
Re: AWS Lambda function for converting of Telegram channel to RSS feed
#8Related: 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?