To Devs, I am using the AWS Secret Manager to rotate secrets on a test MySql DB. AWS is creating the rotation lambda for the MySql DB I created and I have set up the admin/password to be in sync. I have increased the lambda timeout to 15 minutes but it is still timing out. AWS is creating an application for the lambda and am not able to see the code; how can I debug this?
I have seen (aws lambda function to support secret manager rotation) but in my case AWS is creating the lambda and appears to have the correct permissions.
Thanks, Marc