项目作者: kaihendry

项目描述 :
Cloud based email subscription
高级语言: Go
项目地址: git://github.com/kaihendry/sns-subscribe.git
创建时间: 2020-02-14T08:47:53Z
项目社区:https://github.com/kaihendry/sns-subscribe

开源协议:

下载


AWS based announce mailing list

  1. 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

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