This is a project for getting real time alerts about India vaccine availability on telegram group.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
- https://github.com/eljojo/telegram_bot - This link describes how to create a bot using BotFather
- https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id - This links describes how to get the chat id
With above two information you will get telegram token and chat id which is needed by CDK stack