I have a project to monitor IAM user access keys for manual rotation. They cannot be auto-rotated because it would break internal processes as the keys need to manually updated from the teams that utilize them which is a different argument for a later time... I have this amazing idea to write a python script when I don't know python to get each IAM user access key age and notify via AD distribution groups that the keys are approaching 90 days of age. For example, key A would notify team A of their key while key B would notify team B of theirs. I know I need to leverage boto3 for the AWS SDK but I'm not entirely sure where/how to begin. The idea is to have this run as a Lambda function. Am I cooked? lol Any advice or guidance would be highly appreciated.