Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/restapi/existing-resource…
Browse files Browse the repository at this point in the history
…s/index.mdx

Co-authored-by: Chris Womack <[email protected]>
  • Loading branch information
nadetastic and cwomack authored Dec 6, 2023
1 parent 7bf8f21 commit 87adee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import flutter2 from '/src/fragments/lib/restapi/existing-resources.mdx';
<Fragments fragments={{ flutter: flutter2 }} />

<InlineFilter filters={['javascript','angular','nextjs','react','vue','react-native']}>
Existing Amazon API Gateway resources can be used with the Amplify Libraries by calling `Amplify.configure()` with the API Gateway API name and options. Note you need to supply the full resource configuration and library options objects when calling `Amplify.configure()`. The following example shows how to configure additional API Gateway resources to an existing Amplify application:
Existing Amazon API Gateway resources can be used with the Amplify Libraries by calling `Amplify.configure()` with the API Gateway API name and options. Note, you will need to supply the full resource configuration and library options objects when calling `Amplify.configure()`. The following example shows how to configure additional API Gateway resources to an existing Amplify application:

```javascript
const existingConfig = Amplify.getConfig();
Expand Down

0 comments on commit 87adee5

Please sign in to comment.