Skip to content

Commit

Permalink
Add the jwtToken support for the AWS_APPSYNC configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-so committed Jan 23, 2021
1 parent 85cfcae commit 5326cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/features/graphql-subscriptions.md
Expand Up @@ -21,7 +21,7 @@ This supports the MQTT-based subscription protocol used in [AWS AppSync](https:/
The connection parameters are in JSON format as following

{
"aws_project_region": "<AWS_REGION>", //AWS Region
"aws_project_region": "<AWS_REGION>", //AWS Region abbreviation
"aws_appsync_graphQlEndpoint": "https://******", //The value you can copy from AWS AppSync Endpoint, please use the HTTPS value
"aws_appsync_region": "<AWS_REGION>", //AWS Region abbreviation
"aws_appsync_authenicationType": "<AWS_APPYSYNC_Authenication_TYPE>", //API_KEY, OPENID_CONNECT or AMAZON_COGNITO_USER_POOLS (IAM is not supported)
Expand Down

0 comments on commit 5326cc7

Please sign in to comment.