Using a Gitea Repository in aws code pipeline

0

Is there any possible way of Using Gitea in Codepipeline as there is no option of Gitea as a Source in CodePipeline

abhinav
asked 6 months ago250 views
1 Answer
0

Hello.

Gitea is not listed in CodePipeline's source action, so it probably cannot be used.
https://docs.aws.amazon.com/codepipeline/latest/userguide/integrations-action-type.html

profile picture
EXPERT
answered 6 months ago
  • Yes Exactly , So is there any other way to Integrate Gitea with CodePipeline ? I was using Gitea webhook and API Gateway Integrated with Lambda Function to store the Repo in S3

  • If Gitea allows you to use webhooks, I would use Lambda to zip the code to S3. If you can save it to S3, you can use it as a CodePipeline source, so I think that method can be used.

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