kaihendry / sns-subscribe

Cloud based email subscription

Home Page:https://subscribe.dabase.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS based announce mailing list

aws sns publish --subject "Managed services make it easy" --topic-arn $TOPIC --message file://announce-text.md

This project provides a Web form for people to subscribe to the $TOPIC with their email address.

Why?

The typical way of setting up a mailing list via:

  • mailman
  • mailchimp

Are expensive to setup and run. Why not leverage AWS's SNS building block with the email protocol?

Admin page: https://ap-southeast-1.console.aws.amazon.com/sns/v3/home?region=ap-southeast-1#/topic/$TOPIC

Limitations

Preventing abuse

$ curl -d "email=foo@example.com" -X POST https://subscribe.dabase.com/
Forbidden - CSRF token invalid

About

Cloud based email subscription

https://subscribe.dabase.com/


Languages

Language:Go 82.7%Language:HTML 17.3%