diff --git a/blueprints/go/main.go b/blueprints/go/main.go index 6228664..814c990 100644 --- a/blueprints/go/main.go +++ b/blueprints/go/main.go @@ -24,7 +24,7 @@ import ( func handleRequest(ctx context.Context, event events.APIGatewayCustomAuthorizerRequest) (events.APIGatewayCustomAuthorizerResponse, error) { // Do not print the auth token unless absolutely necessary -+ // log.Println("Client token: " + event.AuthorizationToken) + // log.Println("Client token: " + event.AuthorizationToken) log.Println("Method ARN: " + event.MethodArn) // validate the incoming token