Commit graph

4 commits

Author SHA1 Message Date
1de3a78cc2 Restructure everything and automate deployment. Fix nasty Javascript. 2020-06-18 20:14:57 -04:00
Ryan Martin
c81f9bca4d Completely rework the style of adding helpers
First one to change (as a POC): SnsSubscribe. Main changes:

1. Break each helper out into separate files.
2. Use a directory structure that puts non-AWS on par with AWS.
3. Provide an interface than can be implemented and makes CloudFormation
   stack deletion required.
4. Provide example templates (which can also be used to test the helpers).

I will migrate the other existing helpers in separate commits.
2016-02-24 17:12:51 -05:00
Ryan Martin
db42f0bf9c Add function to allow adding SNS subscriptions
CloudFormation currently only supports adding subscriptions at the time
the SNS topic is created; it does not support subscribing to existing
SNS topics.
2015-12-30 13:23:41 -05:00
rlmartin
decdaf48b4 Initial commit 2015-12-10 10:22:19 -05:00