aws-autoscaling-container
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -216,3 +216,3 @@ /* | ||
// The notificationName is used to create the sqsQueue and the snsTopic | ||
var notificationName = system.name + '-' + system.topology.name; | ||
var notificationName = 'nscale-' + system.name + '-' + system.topology.name; | ||
return setupNotifications(notificationName, config.defaultGroupName || groupName, function (err, result) { | ||
@@ -219,0 +219,0 @@ if (err) { |
{ | ||
"name": "aws-autoscaling-container", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "AWS Autoscaling Group support for nscale", | ||
@@ -5,0 +5,0 @@ "main": "lib/container.js", |
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
45736