We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fdd9c commit f92d341Copy full SHA for f92d341
README.md
@@ -218,7 +218,7 @@ You should see similar output to what you observed when [testing the lambda loca
218
* Lambda function: `jwtRsaCustomAuthorizer`
219
* Authorizer name: `jwt-rsa-custom-authorizer`
220
* Execution role: (**Role ARN** from the [Create the IAM role](#create-the-iam-role) section)
221
- * Token validation expression: `^Bearer [-0-9a-zA-z\.]*$`
+ * Token validation expression: `^Bearer [-0-9a-zA-Z\._]*$`
222
* Result TTL in seconds: `3600`
223
224
5. Click **Create**
0 commit comments