Commit graph

9 commits

Author SHA1 Message Date
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
39fde92327 Fixing bug in exports.s3PutObject 2016-01-15 17:43:18 -05:00
Ryan Martin
f56fa787be Add S3 putObject support 2016-01-15 14:42:11 -05:00
Ryan Martin
7a6a77ba2d Adding a TODO 2015-12-30 13:56:19 -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
73e0df1c53 Fix number detection in Dynamo translation 2015-12-29 00:10:28 -05:00
Ryan Martin
575690f5ea Remove event logging to prevent sensitive data from ending up in the logs 2015-12-18 12:58:16 -05:00
Ryan Martin
c1de9ee1c6 Add first helper function: dynamoDBPutItems
This function allows writing items to a DynamoDB.

Also include better documentation in the README.
2015-12-11 14:45:09 -05:00