c81f9bca4d
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.
21 lines
529 B
JSON
21 lines
529 B
JSON
{
|
|
"name": "cloudformation-helpers",
|
|
"version": "0.0.0",
|
|
"description": "A set of helper methods to fill in the gaps in existing CloudFormation support.",
|
|
"main": "cloudformation_helpers.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gilt/cloudformation-helpers"
|
|
},
|
|
"keywords": [
|
|
"cloudformation"
|
|
],
|
|
"author": "Ryan Martin",
|
|
"license": "Apache 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/gilt/cloudformation-helpers/issues"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.x"
|
|
}
|
|
}
|