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 build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits 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