Skip to content

Commit 53e4685

Browse files
author
“Shivam
committed
updated readme file
1 parent 2670d00 commit 53e4685

File tree

1 file changed

+4
-7
lines changed
  • jwt_authorizer_websocket_api_lambda_authorizer

1 file changed

+4
-7
lines changed

jwt_authorizer_websocket_api_lambda_authorizer/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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
22
![Concept](./images/flow.png)
33

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.
55

66
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/jwt_authorizer_websocket_api_lambda_authorizer
77

88
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.
99

1010
## Requirements:
1111

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
1714
* [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1815
* [SAM Installed](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html)
1916
* [Wscat Installed](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-wscat.html)

0 commit comments

Comments
 (0)