Get top teir memes from reddit sent directly to your telegram in fixed intervals.
- bot-lambda : Handles user inputs, registers and deregisters users. Communicates with DynamoDB.
- send-lambda : Send memes to a user. Takes chat_id as input.
- reddit-lambda: Calls reddit APIs to get top teir meme and store their urls in DynamoDB.
- getusers-lambda: Gets a list of users from DynamoDB and calls send-lambda for each user.