stefanhk31 / personal_blog_flutter

https://stefanhodgeskluck.com
2 stars 0 forks source link

Improvement: Mailing List #109

Open stefanhk31 opened 6 months ago

stefanhk31 commented 6 months ago

Send emails based on webhooks:

Would need the following:

  1. User signs up with email for mailing list
  2. Email saved in AWS Dynamo db
  3. Webhook posts to AWS when new post is made (lambda?) AWS would be consumer
  4. Lambda sends email to email list via SES
  5. SES uses Dynamo to send email to email addresses