Skip to content

Commit 35374bc

Browse files
authored
text alignment
1 parent 6467e16 commit 35374bc

File tree

1 file changed

+23
-23
lines changed
  • src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found

1 file changed

+23
-23
lines changed

src/pages/gen1/[platform]/build-a-backend/troubleshooting/apikey-not-found/index.mdx

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ If you're encountering an "API Key Not Found" issue in your Amplify project, fol
4646
2. Locate any JSON attribute arrays that include `GraphQLAPIKeyOutput`.
4747
3. Modify the arrays by removing the `GraphQLAPIKeyOutput` entry. For example:
4848

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.
7272

7373

7474
## Step 3: Apply the Changes

0 commit comments

Comments
 (0)