We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ae832 + 1d1f72c commit df7ccb9Copy full SHA for df7ccb9
index.js
@@ -485,10 +485,10 @@ class CreateCertificatePlugin {
485
}
486
487
getCertificateProperty(src) {
488
+ this.initializeVariables();
489
if (!this.enabled) {
490
return Promise.resolve('');
491
- this.initializeVariables();
492
let s, domainName, property;
493
let currentVersion = this.serverless.utils.getVersion();
494
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-certificate-creator",
3
- "version": "1.5.0",
+ "version": "1.5.1",
4
"description": "creates a certificate that can be used for custom domains for your api gateway",
5
"main": "index.js",
6
"scripts": {
0 commit comments