serverless-appsync-cloudfront
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -200,3 +200,4 @@ const path = require("path"); | ||
let hostedZoneData; | ||
const givenDomainNameReverse = this.givenDomainName.split(".").reverse(); | ||
const givenDomainName = this.getConfig("domainName", ""); | ||
const givenDomainNameReverse = givenDomainName.split(".").reverse(); | ||
@@ -245,3 +246,2 @@ try { | ||
} catch (err) { | ||
this.logIfDebug(err); | ||
throw new Error(`Error: Unable to list hosted zones in Route53.\n${err}`); | ||
@@ -248,0 +248,0 @@ } |
{ | ||
"name": "serverless-appsync-cloudfront", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.10" |
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
21448