Skip to content

pablofelitti/telegram-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-sender

This projects is a RUST AWS Lambda that sends a Telegram message to a given telegram group based on parameters

To run locally using cargo lambda

cd rust_app
cargo lambda watch

and in another terminal run:

cd rust_app
cargo lambda invoke --data-file ../events/sqs.json

To run locally using AWS SAM

sam build
sam local invoke -e events/sqs.json

Warning Neither way to run locally (cargo or SAM) seem to work in local environment at the moment

Deployment

sam build
sam deploy

TODO list

  • Continue refactoring RUST code in general, it works but it isn't nice :)
  • Find a reliable way to test locally

Releases

No releases published

Packages

No packages published

Languages