You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could anyone helping me making a quick change?
In kmsCrypto.js file,
change
var moduleKeyName = "alias/LambdaRedshiftLoaderKey";
to
var moduleKeyName = process.env.S3_REDSHIFT_LOADER_KMS_KEY_NAME || "alias/LambdaRedshiftLoaderKey";
I have a requirement to use the different name for the key...thanks...
This is urgent, it would be nice if someone could help ASAP. thanks.....
The text was updated successfully, but these errors were encountered:
Could anyone helping me making a quick change?
In kmsCrypto.js file,
change
var moduleKeyName = "alias/LambdaRedshiftLoaderKey";
to
var moduleKeyName = process.env.S3_REDSHIFT_LOADER_KMS_KEY_NAME || "alias/LambdaRedshiftLoaderKey";
I have a requirement to use the different name for the key...thanks...
This is urgent, it would be nice if someone could help ASAP. thanks.....
The text was updated successfully, but these errors were encountered: