- Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
Hi there,
We have a couple of questions regarding this Lambda function in order to create a secrets rotation: https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRDSOracleRotationSingleUser/lambda_function.py
- Will this function be upgraded to a later version of Python? Currently the requirement is Python 3.9, but on December 15th you will be stopping support (EOL).
- What are all of the requirements/packages for the above Lambda function? For example, I know that you need the oracledb package to be installed, is there anything else?
- Who maintains this Lambda function code? Is it upgraded/maintained by your team?
- We are getting the below errors when running the function:
With SSL**:DPY-6005: cannot connect to database... EOF occurred in violation of protocol (_ssl.c:1147)
Without SSL**:DPY-3001: Native Network Encryption and Data Integrity is only supported in python-oracledb thick mode
Metadata
Metadata
Assignees
Labels
No labels