Connecting my existing Amplify app to a different Git repository

0

Hi There,

This is an request for need assistance in connecting my existing Amplify app to a different Git repository. I have previously configured my app with one repository, but now I want to connect it to another repository.

I have attempted to disconnect the current repository and connect the new one following the steps outlined in the Amplify documentation, but I am encountering issues I would appreciate it if you could provide guidance on how to successfully connect my Amplify app to the new Git repository. Thank you for your time and assistance.

Sincerely, Sitaram

Sitaram
asked 4 months ago514 views
1 Answer
0

Hello.

I think you can change it by running the following command.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/amplify/update-app.html

aws amplify list-apps
aws amplify update-app --app-id {app-id}  --repository {github-repository-url} --access-token {github-access-token}
profile picture
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions