sls-helper-plugin-janis
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.2.4] - 2019-12-27 | ||
### Fixed | ||
- Authorizers in event listeners are now correctly configured | ||
## [1.2.3] - 2019-12-27 | ||
@@ -11,0 +15,0 @@ ### Fixed |
@@ -32,3 +32,3 @@ 'use strict'; | ||
method: 'post', | ||
authorizer: `\${file(./serverless/functions/subtemplates/authorizers.yml):${authorizer}}`, | ||
authorizer: `\${self:custom.authorizers.${authorizer}}`, | ||
request: { | ||
@@ -35,0 +35,0 @@ template: '${self:custom.apiRequestTemplate}' |
{ | ||
"name": "sls-helper-plugin-janis", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A Serverless Helper plugin to add custom helpers for JANIS Commerce", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.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
26614