We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879c7f5 commit 7f9f2d6Copy full SHA for 7f9f2d6
backend/auth/authorizer.py
@@ -4,7 +4,7 @@
4
def lambda_handler(event, context):
5
"""Do not print the auth token unless absolutely necessary """
6
method, token = event['authorizationToken'].split(' ')
7
- #print("Client token: " + event['authorizationToken'])
+ print("Client token: " + event['authorizationToken'])
8
print("Method ARN: " + event['methodArn'])
9
10
principalId = token
0 commit comments