Commit graph

7 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
Ryan Martin
f56fa787be Add S3 putObject support 2016-01-15 14:42:11 -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
Ryan Martin
c4bc336f51 Fix typo in create_cloudformation_helper_functions.template 2015-12-18 12:53:18 -05:00
Renamed from create_cloufformation_helper_functions.template (Browse further)