Fantasy Football Reminders

Sep 3, 2022

To give myself an advantage over my friends, I built a AWS Lambda function in GoLang, that texts me reminders for upcoming gameweek deadlines in FPL

GameWeek Reminders

Lambda is written in GoLang and is invoked by a cron job in AWS EventBridge. It is invoked every morning, and then checks if it is withn 3 days of the next deadline. If it is it checks the upcoming fixtures for anything I should be aware of when planning my transfers for that gameweek and sends me a reminder to my mobile.

Example:

AWS Architecture Diagram:


Contact