This project is an AWS Lambda function that retrieves personal asset data from the Binance API and sends it to a Telegram bot every 5 minutes. The deployment is managed using Terraform.
pip install requests -t ./python
zip -r requests_layer.zip ./python
API_KEY= `binance api key`
API_SECRET= `binance api secret`
BOT_TOKEN= `telegram bot api key`
CHATS_LIST= `(comma separated ids)`
terraform init
terraform validate
terraform apply
terraform destroy