cfn-stack-event-stream
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "cfn-stack-event-stream", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "A readable stream of CloudFormation stack events", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
}, | ||
"author": "John Firebaugh <john@mapbox.com>s", | ||
"author": "John Firebaugh <john@mapbox.com>", | ||
"license": "ISC", | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -21,3 +21,3 @@ A readable stream of CloudFormation stack events. | ||
.on('end', function() { | ||
cfn.describeStack({StackName: 'my-stack'}, function(err, data) { | ||
cfn.describeStacks({StackName: 'my-stack'}, function(err, data) { | ||
if (err) throw err; | ||
@@ -24,0 +24,0 @@ console.log('Result: ' + data.Stacks[0].StackStatus); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14
17880