Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 582 Bytes

File metadata and controls

30 lines (22 loc) · 582 Bytes

Match Notification Lambda

Send email notification to users that are subscribed to a soccer club topic. Users can receive news, daily-matches and goal notifications.

API Repository

API Repository: https://match-notification-service.onrender.com/

Backend Overview

Usage

  • Run make build and then make zip to create a function.zip file
  • Upload the function.zip on AWS Lambda function
  • Required env variables
FROM_EMAIL_ADDRESS=
MATCH_NOTIFICATION_API=

License

MIT