shlogg · Early preview
Oluwaseun Olaleye @heritageolaleye

Designing A Serverless Game Notification System With AWS Lambda & SNS

Designed a Games Notification system on AWS using serverless architecture: AWS Lambda, SNS & EventBridge. Integrated with external API for data retrieval & sent notifications via email. Successfully implemented automated game notifications!

USE CASE
I was tasked with designing a Games Notification system, leveraging a serverless architecture. The solution utilizes an AWS Lambda function, integrates with an external API for data retrieval, and employs Amazon Simple Notification Service(SNS) for disseminating notifications.

PREREQUISITES

AWS free tier account
Knowledge on serverless service
python

DEFINITION OF SERVICES.

AWS Lambda Function: It enables seamless code execution without requiring manual infrastructure configuration.
Simple Notification Service: It enables the delivery of notifications to subscribed endpoints, such...