Commit graph

8 commits

Author SHA1 Message Date
benoit74
181bc2d10f Add support for S3.putBucketPolicy (#3)
* Add support for S3.putBucketPolicy

* Add support to s3.putBucketPolicy (documentation)

* More coherent test case
2016-07-15 14:06:19 -04:00
Benoit Beraud
77a8ea69c6 Handle SES create receipt rule 2016-07-14 16:58:51 +02:00
Ryan Martin
2269e53b8a Add support for Kinesis.createStream 2016-03-08 23:04:00 -05:00
Ryan Martin
e2f3a6efbe Add support for API Gateway 2016-03-07 15:39:00 -05:00
Ryan Martin
ea90a7c231 Move DynamoDBPutItems to new format 2016-02-25 17:59:35 -05:00
Ryan Martin
a337b64a72 Fix filename typo 2016-02-24 22:21:13 -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