We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd306fa commit 236caffCopy full SHA for 236caff
docs/utilities/data_classes.md
@@ -122,7 +122,7 @@ Use **`APIGatewayAuthorizerRequestEvent`** for type `REQUEST` and **`APIGatewayA
122
123
if user is None:
124
# No user was found
125
- # to return 401 - `{"message":"Unauthorized"}`, but polutes lambda metrics
+ # to return 401 - `{"message":"Unauthorized"}`, but pollutes lambda error count metrics
126
# raise Exception("Unauthorized")
127
# to return 403 - `{"message":"Forbidden"}`
128
return DENY_ALL_RESPONSE
0 commit comments