Sync from aws secret manager

Does doppler allow take the secrets from secrets manager and load it into doppler?
In aws when i create a rds cluster, it automatically create some credential for me and stored in secret manager. and regularly i have to rotate this credentials. Now i simply copy these credential and save them in doppler. i’m wondering how can i keep these credential in sync with the secret manager’s credential for rds?

I think the aws secrets manager integration here is only to push the secrets into secrets manager right?

You can try to use the aws lambda to automate updating Doppler with credentials from Secrets Manager. and then let me know about the result. :+1: