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');
48
48
var async = require ( 'async' ) ;
49
49
var uuid = require ( 'uuid' ) ;
50
50
const { Client} = require ( 'pg' ) ;
51
+ const maxRetryMS = 200 ;
51
52
52
53
53
54
// 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 = {
18
18
} ;
19
19
20
20
// module key alias to be used for this application
21
- var moduleKeyName = "alias/LambaRedshiftLoaderKey " ;
21
+ var moduleKeyName = "alias/LambdaRedshiftLoaderKey " ;
22
22
23
23
var setRegion = function ( region ) {
24
24
if ( ! region ) {
@@ -252,4 +252,4 @@ exports.decryptMap = decryptMap;
252
252
var toLambdaStringFormat = function ( buffer ) {
253
253
return buffer . toString ( 'base64' ) ;
254
254
} ;
255
- exports . toLambdaStringFormat = toLambdaStringFormat ;
255
+ exports . toLambdaStringFormat = toLambdaStringFormat ;
You can’t perform that action at this time.
0 commit comments