We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac12be + 728764a commit fea50b0Copy full SHA for fea50b0
kmsCrypto.js
@@ -18,7 +18,7 @@ var authContext = {
18
};
19
20
// module key alias to be used for this application
21
-var moduleKeyName = "alias/LambaRedshiftLoaderKey";
+var moduleKeyName = "alias/LambdaRedshiftLoaderKey";
22
23
var setRegion = function(region) {
24
if (!region) {
@@ -252,4 +252,4 @@ exports.decryptMap = decryptMap;
252
var toLambdaStringFormat = function(buffer) {
253
return buffer.toString('base64');
254
255
-exports.toLambdaStringFormat = toLambdaStringFormat;
+exports.toLambdaStringFormat = toLambdaStringFormat;
0 commit comments