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'?
질문됨 2년 전1155회 조회
1개 답변
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
답변함 2년 전
  • I assume the same limitation (not compatible with Enterprise Github) also applies to CodeStar and App Runner, is that so?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠