re:Invent 2019 Python powered badge @AWSreInvent #reInvent @circuitpython

This project displays a count of the AWS service announcements during the week of re:Invent. The physical display is PyBadge with a code project running on it inspired by the PyBadge tutorial. The data for the project is pulled from the AWS announcement RSS feed. The data is polled hourly by a lambda function, which stores all the announcements, and updates a counter. A second lambda function and API gateway serve as the endpoint for the pyBadge to fetch the stats from – GitHub.