File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ var common = require('./common');
4848var async = require ( 'async' ) ;
4949var uuid = require ( 'uuid' ) ;
5050const { Client} = require ( 'pg' ) ;
51+ const maxRetryMS = 200 ;
5152
5253
5354// empty import/invocation of the keepalive fix for node-postgres module
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var authContext = {
1818} ;
1919
2020// module key alias to be used for this application
21- var moduleKeyName = "alias/LambaRedshiftLoaderKey " ;
21+ var moduleKeyName = "alias/LambdaRedshiftLoaderKey " ;
2222
2323var setRegion = function ( region ) {
2424 if ( ! region ) {
@@ -252,4 +252,4 @@ exports.decryptMap = decryptMap;
252252var toLambdaStringFormat = function ( buffer ) {
253253 return buffer . toString ( 'base64' ) ;
254254} ;
255- exports . toLambdaStringFormat = toLambdaStringFormat ;
255+ exports . toLambdaStringFormat = toLambdaStringFormat ;
You can’t perform that action at this time.
0 commit comments