File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -46,29 +46,29 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
46
46
2 . Locate any JSON attribute arrays that include ` GraphQLAPIKeyOutput ` .
47
47
3 . Modify the arrays by removing the ` GraphQLAPIKeyOutput ` entry. For example:
48
48
49
- * Change this:
50
-
51
- ``` json title="backend-config.json"
52
- {
53
- "attributes" : [
54
- " GraphQLAPIIdOutput" ,
55
- " GraphQLAPIEndpointOutput" ,
56
- " GraphQLAPIKeyOutput"
57
- ]
58
- }
59
- ```
60
-
61
- * To this:
62
-
63
- ``` json title="backend-config.json"
64
- {
65
- "attributes" : [
66
- " GraphQLAPIIdOutput" ,
67
- " GraphQLAPIEndpointOutput"
68
- ]
69
- }
70
- ```
71
- Perform this change for each Lambda function that utilizes the API.
49
+ * Change this:
50
+
51
+ ``` json title="backend-config.json"
52
+ {
53
+ "attributes" : [
54
+ " GraphQLAPIIdOutput" ,
55
+ " GraphQLAPIEndpointOutput" ,
56
+ " GraphQLAPIKeyOutput"
57
+ ]
58
+ }
59
+ ```
60
+
61
+ * To this:
62
+
63
+ ``` json title="backend-config.json"
64
+ {
65
+ "attributes" : [
66
+ " GraphQLAPIIdOutput" ,
67
+ " GraphQLAPIEndpointOutput"
68
+ ]
69
+ }
70
+ ```
71
+ Perform this change for each Lambda function that utilizes the API.
72
72
73
73
74
74
## Step 3: Apply the Changes
You can’t perform that action at this time.
0 commit comments