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: amplifycli_react_tutorial.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ If you're using Windows, we recommend the [Windows Subsystem for Linux](https://
11
11
12
12
- An AWS Account and credentials are required. For more information about how to find your credentials, see [AWS Mobile CLI User Credentials](https://docs.aws.amazon.com/aws-mobile/latest/developerguide/aws-mobile-cli-credentials.html) in the *AWS Mobile User Guide*.
13
13
- Ensure that you have Node.js installed.
14
+
- Ensure that you have [lerna](https://github.com/lerna/lerna) installed globally.
14
15
- Download the Amplify CLI from [HERE](https://s3.amazonaws.com/amplify-cli-beta-3dd89264-8c7c-11e8-9eb6-529269fb1459/amplify-cli-0.1.0-8-8-18.tgz).
15
16
- Go to the unpacked directory (usually called `package`) and run `npm run setup-dev`
16
17
- Ensure you have [Create React App](https://github.com/facebook/create-react-app) installed.
@@ -127,6 +128,7 @@ Now that your application is set up, it's time to add a backend API with data th
127
128
-`@model` for storing types in Amazon DynamoDB.
128
129
-`@auth` to define different authorization strategies.
129
130
-`@connection` for specifying relationships between `@model` object types.
131
+
-`@searchable` for streaming the data of an `@model` object type to Amazon Elasticsearch Service.
130
132
131
133
To get started run `amplify add api` and select `GraphQL`. When prompted, choose `Amazon Cognito User Pool` and the project will leverage your existing authentication setup. For `annotated schema`, choose **No**. For `guided schema creation`, choose **Yes**.
0 commit comments