Skip to content

Commit fea50b0

Browse files
authored
Merge pull request #198 from ryanaustincarlson/patch-1
Fix typo in KMS alias name
2 parents dac12be + 728764a commit fea50b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)