Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# eventboybot

main logic:
1. webhook triggered
2. "update" json object is passed to lambda handler
1. webhook triggered by telegram bot when bot receives message
2. an Update json object is passed to lambda handler by bot via AWS API gateway
3. lambda handler checks for chatid
4. lambda handler checks for user state, from db, based on chatid
5. based on state and input (command and arguments extracted from 'update' object), execute the corresponding handler
Expand Down