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'?
gefragt vor 2 Jahren1155 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren
  • I assume the same limitation (not compatible with Enterprise Github) also applies to CodeStar and App Runner, is that so?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen