fix
This commit is contained in:
parent
01397c2102
commit
5488537df6
|
|
@ -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}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue