Send email notification to users that are subscribed to a soccer club topic. Users can receive news, daily-matches and goal notifications. |
API Repository: https://match-notification-service.onrender.com/
- Run
make build
and thenmake zip
to create a function.zip file - Upload the function.zip on AWS Lambda function
- Required env variables
FROM_EMAIL_ADDRESS=
MATCH_NOTIFICATION_API=
MIT