bln-squrl-tool
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "bln-squrl-tool", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -11,3 +11,3 @@ 'use strict'; | ||
const region = options.region || 'ca-central-1'; | ||
AWS.config.update({region}); | ||
AWS.config.update({region, maxRetries: 8}); | ||
this.ssm = new AWS.SSM(); | ||
@@ -14,0 +14,0 @@ } |
Sorry, the diff of this file is too big to display
215971