aws-secrets-manager-rotation-lambdas icon indicating copy to clipboard operation
aws-secrets-manager-rotation-lambdas copied to clipboard

Redshift Password Rotation - Use redshift_connector module

Open preshen-goobiah opened this issue 2 years ago • 1 comments

Description of changes:

  • Simplify Redshift connection with the AWS Supported redshift_connector module.
  • Add explicit logging on connection attempts.
  • Circumvent errors with pg-0-1 on Python 3.9 & 3.10 by using redshift_connector exceptions. pg & pgdb have not been updated in more than 2 years. See attached pg init errors. image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

preshen-goobiah avatar May 05 '23 09:05 preshen-goobiah

Thank you for the PR enhancement. We will look into it.

jbct avatar Jul 24 '23 18:07 jbct