@mapbox/cloudfriend
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,5 @@ | ||
## v2.0.2 | ||
- fixes a bug in the lambda service principal definition in china regions | ||
## v2.0.1 | ||
@@ -2,0 +6,0 @@ |
@@ -130,5 +130,3 @@ 'use strict'; | ||
Principal: { | ||
Service: { | ||
'Fn::Sub': 'lambda.${AWS::URLSuffix}' | ||
} | ||
Service: 'lambda.amazonaws.com' | ||
} | ||
@@ -135,0 +133,0 @@ } |
{ | ||
"name": "@mapbox/cloudfriend", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Helper functions for assembling CloudFormation templates in JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
@@ -40,5 +40,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -45,0 +43,0 @@ } |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
@@ -33,5 +33,3 @@ { | ||
"Principal": { | ||
"Service": { | ||
"Fn::Sub": "lambda.${AWS::URLSuffix}" | ||
} | ||
"Service": "lambda.amazonaws.com" | ||
} | ||
@@ -38,0 +36,0 @@ } |
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
146196
3338