@nrfcloud/api-gateway-authorizer
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -110,3 +110,3 @@ 'use strict' | ||
Effect: 'Allow', | ||
Resource: event.methodArn | ||
Resource: `${event.methodArn.split('/')[0]}/*` | ||
} | ||
@@ -113,0 +113,0 @@ ] |
{ | ||
"name": "@nrfcloud/api-gateway-authorizer", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Custom authorizer for API Gateway", | ||
@@ -5,0 +5,0 @@ "main": "index.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
7683