Skip to content

Commit 20ee84f

Browse files
committed
Merge remote-tracking branch 'origin/feat/appsync-events' into feat/appsync-events
2 parents b157783 + f573683 commit 20ee84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
# AWS AppSync Events for Android
66

7-
These libraries allows you to connect [AWS AppSync Events](https://docs.aws.amazon.com/appsync/latest/eventapi/event-api-welcome.html).
7+
These libraries allow you to connect to [AWS AppSync Events](https://docs.aws.amazon.com/appsync/latest/eventapi/event-api-welcome.html).
88
AWS AppSync Events lets you create secure and performant serverless WebSocket APIs that can broadcast real-time event data to millions of subscribers, without you having to manage connections or resource scaling. With this feature, you can build multi-user features such as a collaborative document editors, chat apps, and live polling systems.
99

1010
Learn more about AWS AppSync Events by visiting the [Developer Guide](https://docs.aws.amazon.com/appsync/latest/eventapi/event-api-welcome.html).
1111

1212
There are two libraries available:
1313

1414
- `aws-sdk-appsync-events`: This is a standalone library that allows developers to connect to AWS AppSync Events. It does not depend on Amplify, and instead leaves it to the application developer to supply tokens or signatures when using Owner or IAM-based authorization. This is the recommended library if your application does not already use Amplify.
15-
- `ws-sdk-appsync-amplify`: This library depends on `Amplify Android`, and contains some glue classes to use Amplify to implement the authorizers for `aws-sdk-appsync-events`. This additional library is recommended if your application is already using Amplify, and you want to authorize calls With AWS Cognito User Pool tokens or IAM.
15+
- `aws-sdk-appsync-amplify`: This library depends on `Amplify Android`, and contains some glue classes to use Amplify to implement the authorizers for `aws-sdk-appsync-events`. This additional library is recommended if your application is already using Amplify, and you want to authorize calls with AWS Cognito User Pool tokens or IAM.
1616

1717
## Installation
1818

0 commit comments

Comments
 (0)