Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/aws-appsync-apollo-e…
Browse files Browse the repository at this point in the history
…xtensions/index.mdx

Co-authored-by: Matt Creaser <[email protected]>
  • Loading branch information
tylerjroach and mattcreaser authored Jan 24, 2025
1 parent 43fc644 commit 26d7333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If you define multiple authorization strategies within your schema, you will hav

#### API_KEY

An `ApiKeyAuthorizer` can be read from `amplify_outputs.json`, provided with a hardcoded API key or by fetching the key from some source:
An `ApiKeyAuthorizer` can read the API key from `amplify_outputs.json`, provide a hardcoded API key, or fetch the API key from some source:

```kotlin
// highlight-start
Expand Down

0 comments on commit 26d7333

Please sign in to comment.