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: src/pages/[platform]/build-a-backend/data/connect-event-api/index.mdx
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,12 @@ export default function App() {
100
100
101
101
## Add an Event API to an existing Amplify backend
102
102
103
-
This guide walks through how you can add an Event API to an existing Amplify backend.
104
-
We'll be using Cognito User Pools for authenticating with Event API from our frontend application.
105
-
Any signed in user will be able to subscribe to the Event API and publish events.
103
+
This guide walks through how you can add an Event API to an existing Amplify backend. We'll be using Cognito User Pools for authenticating with Event API from our frontend application. Any signed in user will be able to subscribe to the Event API and publish events.
106
104
107
105
Before you begin, you will need:
108
106
109
107
- An existing Amplify backend (see [Quickstart](/[platform]/start/quickstart/))
110
-
- Latest versions of `@aws-amplify/backend` and `@aws-amplify/backend-cli` (`npm i @aws-amplify/backend@latest @aws-amplify/backend-cli@latest`)
108
+
- Latest versions of `@aws-amplify/backend` and `@aws-amplify/backend-cli` (`npm add @aws-amplify/backend@latest @aws-amplify/backend-cli@latest`)
After the sandbox deploys, connect your frontend application to the Event API.
208
-
We'll be using the Amplify Authenticator to sign in to our Cognito User Pool.
205
+
After the sandbox deploys, connect your frontend application to the Event API. We'll be using the [Amplify Authenticator component](https://ui.docs.amplify.aws/react/connected-components/authenticator) to sign in to our Cognito User Pool.
209
206
210
-
If you don't already have the Authenticator installed, you can install it by running `npm i @aws-amplify/ui-react`.
207
+
If you don't already have the Authenticator installed, you can install it by running `npm add @aws-amplify/ui-react`.
0 commit comments