Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot connect Github organization repository to AWS Amplify app

I am trying to create an AWS Amplify application that is connected to a Github organization repository.

When I am asked to select a Github repository to connect the app in AWS Amplify I do not see any of my organization's repositories.

How do I connect AWS Amplify to my organization's repositories so that they are listed in the repository drop down?

I have confirmed that I have admin access to both the Github organization and repository in question.

It seems to me that I need to add an AWS service to the organization's Third Party Access settings in Github but I am not sure which one and how.

like image 755
TheNorth Avatar asked Aug 29 '19 19:08

TheNorth


People also ask

How do I connect my AWS Amplify to GitHub?

To install and authorize the Amplify GitHub App Sign in to the AWS Management Console and open the Amplify console . From the All apps page, choose New app, then Host web app. On the Get started with Amplify Hosting page, choose GitHub, then choose Continue.

Is AWS amplify fully managed?

In addition to AWS Amplify's development tools and features, AWS Amplify offers a fully managed hosting service for web apps and static websites that can be accessed directly from the AWS console.

How do I access AWS amplify?

To sign in directly to the AWS Management Console , use your password with your root user email address or your IAM user name. You can access AWS programmatically using your root user or IAM users access keys. AWS provides SDK and command line tools to cryptographically sign your request using your credentials.


1 Answers

Go to your Github account and remove the App Authorisation:

https://github.com/settings/applications

Then on Amplify, reconnect to Github, it will ask you an Authorisation and here you can choose your organisation at the bottom of the prompt box.

like image 117
Sebastien Horin Avatar answered Sep 23 '22 04:09

Sebastien Horin