aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Custom error message in aws_lambda auth #372

Open tochy-open opened 2 months ago

tochy-open commented 2 months ago

When configuration { isAuthorized: false } , return 401 error with fixed message "You are not authorized to make this call." is it possible to set custom error message? or to return other error code (403 or something..)