Skip to content

update malformed link #5074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/cli/usage/containers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ The CLI will provide you with the next steps to bring your existing Docker speci

Serverless containers are fronted by a secure endpoint by which you can interact with them from a mobile or web application. Amplify CLI will attempt to update the project `aws-exports.js` or `amplifyconfiguration.json` file with the endpoint, however for GraphQL API types this is not possible and you will need to manually specify it in an `Amplify.configure()` call within your application code. The endpoint will be printed out to the screen after running an `amplify push` for you to make these changes, take note of it and follow one of the guides below appropriately.

- [JavaScript GraphQL configuration](/lib/graphqlapi/existing-resources/q/js)
- [JavaScript GraphQL configuration](/lib/graphqlapi/existing-resources/q/platform/js)
- [JavaScript REST configuration](/lib/restapi/getting-started#manual-setup-import-existing-rest-api)
- [Android GraphQL configuration](/lib/graphqlapi/existing-resources/q/platform/android)
- [Android REST configuration](/lib/restapi/getting-started/q/platform/android)
Expand Down