Improvements made in current code where we used to invoke one lambda from other lambda. The issue here was that there is no management between the lambdas and while debugging, it was a hell to figure who invoked who.
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.