Skip to content

Commit ab9b73b

Browse files
committed
markdown typo
1 parent 8a39f68 commit ab9b73b

File tree

1 file changed

+1
-1
lines changed
  • Examples/APIGateway+LambdaAuthorizer

1 file changed

+1
-1
lines changed

Examples/APIGateway+LambdaAuthorizer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an example of a Lambda Authorizer function. There are two Lambda functions in this example. The first one is the authorizer function. The second one is the business function. The business function is exposed through a REST API using the API Gateway. The API Gateway is configured to use the authorizer function to implement a custom logic to authorize the requests.
44

5-
>![NOTE]
5+
>[!NOTE]
66
> If your application is protected by JWT tokens, it's recommended to use [the native JWT authorizer provided by the API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-jwt-authorizer.html). The Lambda authorizer is useful when you need to implement a custom authorization logic. See the [OAuth 2.0/JWT authorizer example for AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-controlling-access-to-apis-oauth2-authorizer.html) to learn how to use the native JWT authorizer with SAM.
77
88
## Code

0 commit comments

Comments
 (0)