BOT_TOKEN
- Telegram bot token
- add token to AWS Parameters Store
aws ssm put-parameter --name "bus-lviv-bot-token" --type "String" --value "<TOKEN>"
- add API URL to AWS Parameters Store
aws ssm put-parameter --name "bus-lviv-bot-api-url" --type "String" --value "<API_URL>"
Built with