I need a compact, well-documented AWS Lambda written in Python that runs as a scheduled task and is triggered by my AWS Bedrock Agent workflow. The function handles a single feature, so clarity and reliability are more important than size. Here is what I expect: • Code in Python 3.10 (using boto3 where needed) packaged for direct upload or deployment through AWS SAM/Serverless. • Inline comments that explain the logic clearly enough for my team to extend later. • A short README that shows the IAM permissions the role will require and the exact CloudWatch rule (cron or rate expression) the Bedrock Agent will hook into. • A quick set of unit tests so I can validate the handler locally before pushing to the cloud. If you have questions about how the Bedrock Agent hands off the event payload, let me know—otherwise you can assume the standard Lambda event + context signature.