Skip to content

Commit cc12df9

Browse files
committed
feedback
1 parent 03e8110 commit cc12df9

File tree

1 file changed

+3
-4
lines changed
  • src/pages/[platform]/build-a-backend/data/connect-event-api

1 file changed

+3
-4
lines changed

src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ export function getStaticProps(context) {
2929

3030
This guide walks through how you can connect to AWS AppSync Events using the Amplify library.
3131

32-
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 AWS AppSync Events, there is no API code required to get started, so you can create production-ready real-time web and mobile experiences in minutes.
32+
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.
3333

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

36-
## Quickstart
37-
### Connect to an Event API without an existing Amplify application
36+
## Connect to an Event API without an existing Amplify backend
3837

3938
Before you begin, you will need:
4039

@@ -95,6 +94,6 @@ export default function MyComponent() {
9594
}
9695
```
9796

98-
## Connect an Event API to an existing Amplify application
97+
## Connect to an Event API with an existing Amplify backend
9998

10099
Coming Soon

0 commit comments

Comments
 (0)