- Published on
Explore AWS Secrets Manager’s Auto Password Rotation Service. I discovered that it already provides a Lambda function that automatically rotates passwords, but it was written in Python. Since I’m more familiar with Node TypeScript, I decided to convert the code from Python to Node TypeScript.