How To Create An AWS Subscriber Service For Real-Time NBA Game Data
Create a subscriber service in AWS using Lambda, EventBridge, SNS & Python to pull real-time NBA game data and send via email/SMS. Clone repo, set up AWS topics, IAM policies & roles, deploy Lambda function & schedule with EventBridge.
Hey there 👋🏼 thanks for stopping by! Today, I will be teaching you how to create a subscriber service in AWS to pull real-time NBA game data and send it via email or SMS. Stick around to learn more on AWS, APIs and more! Purpose The purpose of this article is to walk you through how to leverage AWS to create a subscriber service that utilizes an API and allows users to subscribe for NBA game information. The technologies that will be used in this article include: GitHub, AWS (Lamba, EventBridge, SNS) and Python. Resources Discord YouTube Video from Ifeanyi My GitHub Repo...