aws amplify github enterprise integration

0

I am trying to connect my GitHub enterprise repository with AWS amplify to deploy a react application on Amplify. Not getting any option ( or solution on the internet) for the same. Can someone help? Steps to Reproduce:

  • Go to Aws amplify dashboard, click on 'New App', click on 'Host Web App'.
  • on "Get started with Amplify Hosting", within "From your existing code", click on "Github".

What is happening:

  • This option loads a github.com login authentication page.

What I am looking for:

  • somehow Can I connect my enterprise GitHub repository URL, instead of plain 'github.com'?
posta 2 anni fa1155 visualizzazioni
1 Risposta
0

Amplify Console (hosting with CI/CD) only works with public Github today, not Enterprise. If you can script a way to get your React site files into an S3 bucket, you could trigger the build of your application from S3. Here are more details on this approach:

https://aws.amazon.com/blogs/mobile/deploy-files-s3-dropbox-amplify-console/

AWS
David_M
con risposta 2 anni fa
  • I assume the same limitation (not compatible with Enterprise Github) also applies to CodeStar and App Runner, is that so?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande