You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jwt_authorizer_websocket_api_lambda_authorizer/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,16 @@
1
-
# Serverless JWT Authorizer for Websocket APIGW using Lambda Authorizer
1
+
# Serverless JWT Authorizer for Websocket Amazon API Gateway with AWS Lambda Authorizer
2
2

3
3
4
-
This serverless pattern allows users to Authenticate/Authorizer using Cognito Token via Lambda Authorizer for API Gateway websocket API.
4
+
This serverless pattern demonstrates how to authenticate and authorize users via a Lambda authorizer for an API Gateway WebSocket API using Amazon Cognito user pool tokens.
5
5
6
6
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/jwt_authorizer_websocket_api_lambda_authorizer
7
7
8
8
Important: this ready-to-use application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
9
9
10
10
## Requirements:
11
11
12
-
*[Create one account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) if you do not already have, create the account and log in. The IAM user that you use must have sufficient permissions to make necessary AWS service calls and manage AWS resources.
13
-
*[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configure default profile with credentials for the individual account as below :
14
-
```
15
-
[default]
16
-
```
12
+
*[Create an AWS account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) if you do not already have one and log in. The IAM user that you use must have sufficient permissions to make necessary AWS service calls and manage AWS resources.
13
+
*[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configured
0 commit comments