Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 588 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 588 Bytes

News

A minimal DynamoDB-backed mailing list package for Go.

Setup

Create a DynamoDB table with a Partition Key of "newsletter", and a Sort Key of "email".

Links

Check out the news-api for an HTTP API handling subscriptions.


GoDoc