This projects is a RUST AWS Lambda that sends a Telegram message to a given telegram group based on parameters
cd rust_app
cargo lambda watch
and in another terminal run:
cd rust_app
cargo lambda invoke --data-file ../events/sqs.json
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
sam build
sam deploy
- Continue refactoring RUST code in general, it works but it isn't nice :)
- Find a reliable way to test locally