Get a notification on Telegram whenever your movie opens bookings in a theater of your choice.
- Install AWS CLI (v2) by following these instructions.
- Install SAM CLI by following these instructions.
- Go 1.17+
mkdir build
go build -o ./build ./cmd/...
-
Run
aws configure
and add AWS Access, Secret Keys, and select your default region and response format (json). -
sam deploy --guided
Follow the instructions, and check AWS Lambda Console
- Go to the Notification function on AWS Console and set the
TG_TOKEN
to your Telegram bot token. - Add an alert in
MovieTable
like this (I use the AWS Console to keep it simple):
Open an Issue for any help, reporting bugs. Open a PR for enhancements and bugfixes.