Skip to content

Commit 6dfd2de

Browse files
authored
Merge pull request #1 from awslabs/master
2 parents 78365ee + fea50b0 commit 6dfd2de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
152 Bytes
Binary file not shown.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var common = require('./common');
4848
var async = require('async');
4949
var uuid = require('uuid');
5050
const {Client} = require('pg');
51+
const maxRetryMS = 200;
5152

5253

5354
// empty import/invocation of the keepalive fix for node-postgres module

kmsCrypto.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
var setRegion = function(region) {
2424
if (!region) {
@@ -252,4 +252,4 @@ exports.decryptMap = decryptMap;
252252
var toLambdaStringFormat = function(buffer) {
253253
return buffer.toString('base64');
254254
};
255-
exports.toLambdaStringFormat = toLambdaStringFormat;
255+
exports.toLambdaStringFormat = toLambdaStringFormat;

0 commit comments

Comments
 (0)