This commit is contained in:
Andreas Knuth 2025-10-12 18:11:19 -05:00
parent 01397c2102
commit 5488537df6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ def lambda_handler(event, context):
"""
print(f"{'='*70}")
print(f"Lambda invoked: {context.request_id}")
print(f"Lambda invoked: {context.aws_request_id}")
print(f"Region: {AWS_REGION}")
print(f"{'='*70}")