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
{{ message }}
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,10 @@ Right click your function and select **Deploy**
100
100
101
101
### Step 3: Create your AppSync API backend
102
102
103
-
Open the AWS AppSync Console and click **Create API**
104
-
Enter a name for your API. Choose *Custom schema* and click **Create**
105
-
On the next screen, download your *AppSync.js* config file. Choose the **Web** tab and click **Download**
103
+
Open the AWS AppSync Console and click **Create API**. Choose **Build from Scratch** and click **Start**.
104
+
Enter a name for your API and click **Create**
105
+
106
+
On the next screen, scroll down to the "Integrate your app" section download your *aws-exports.js* config file. Choose the **Javascript** tab and click **Download Config**. Move this file into your ./src directory.
0 commit comments