aws-architect 6.7.98 → 6.7.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -517,6 +517,10 @@ class CloudFormationDeployer {
517
517
  await this.cloudFormationClient.updateStackSet(stackParameters).promise();
518
518
  }
519
519
 
520
+ if (!newRegions.length) {
521
+ return { title: 'Success' };
522
+ }
523
+
520
524
  const rootOrgsInfo = await new Organizations({ region: 'us-east-1' }).listRoots({}).promise();
521
525
 
522
526
  const deployToAdditionalRegionsParams = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-architect",
3
- "version": "6.7.98",
3
+ "version": "6.7.99",
4
4
  "description": "AWS Architect is a node based tool to configure and deploy AWS-based microservices.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",