Commit graph

4 commits

Author SHA1 Message Date
Ryan Martin
982064fa55 S3PutObject Delete must delete folders with content added 2016-02-26 10:28:25 -05:00
Ryan Martin
ea90a7c231 Move DynamoDBPutItems to new format 2016-02-25 17:59:35 -05:00
Ryan Martin
a8f46953d1 Move S3PutObject helper to new format 2016-02-24 22:13:48 -05: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