serverless-appsync-cloudfront
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -19,3 +19,6 @@ const path = require('path'); | ||
}; | ||
} | ||
async createDeploymentArtifacts() { | ||
this.givenDomainName = this.serverless.service.custom.appSyncCloudFront.domainName; | ||
const credentials = this.serverless.providers.aws.getCredentials(); | ||
@@ -25,5 +28,2 @@ const acmCredentials = Object.assign({}, credentials, { region: 'us-east-1' }); | ||
this.route53 = new this.serverless.providers.aws.sdk.Route53(credentials); | ||
} | ||
async createDeploymentArtifacts() { | ||
const baseResources = this.serverless.service.provider.compiledCloudFormationTemplate; | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "serverless-appsync-cloudfront", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"engines": { | ||
@@ -28,5 +28,5 @@ "node": ">=8.10" | ||
"chalk": "2.4.2", | ||
"js-yaml": "3.12.1", | ||
"lodash": "4.17.11" | ||
"js-yaml": "3.13.1", | ||
"lodash": "4.17.13" | ||
} | ||
} | ||
} |
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
20638
7
300
+ Addedjs-yaml@3.13.1(transitive)
+ Addedlodash@4.17.13(transitive)
- Removedjs-yaml@3.12.1(transitive)
- Removedlodash@4.17.11(transitive)
Updatedjs-yaml@3.13.1
Updatedlodash@4.17.13