diff --git a/dist/AWSLambdaRedshiftLoader-2.7.0.zip b/dist/AWSLambdaRedshiftLoader-2.7.0.zip index caecb6c..dd34831 100644 Binary files a/dist/AWSLambdaRedshiftLoader-2.7.0.zip and b/dist/AWSLambdaRedshiftLoader-2.7.0.zip differ diff --git a/index.js b/index.js index a252e16..b63e6bf 100644 --- a/index.js +++ b/index.js @@ -48,6 +48,7 @@ var common = require('./common'); var async = require('async'); var uuid = require('uuid'); const {Client} = require('pg'); +const maxRetryMS = 200; // empty import/invocation of the keepalive fix for node-postgres module require('pg-ka-fix')();