@everymundo/aws-api-gateway-serverless-component
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@everymundo/aws-api-gateway-serverless-component", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "./serverless.js", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -48,3 +48,4 @@ const AWS = require('aws-sdk') | ||
region, | ||
credentials: this.context.credentials.aws | ||
credentials: this.context.credentials.aws, | ||
maxRetries: 10 | ||
}) | ||
@@ -54,3 +55,4 @@ | ||
region: config.region, | ||
credentials: this.context.credentials.aws | ||
credentials: this.context.credentials.aws, | ||
maxRetries: 10 | ||
}) | ||
@@ -57,0 +59,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
42535
716