I started a new job where the team developers (git) push on a AWS repository (codecommit) and then the web application is deployed on AWS EKS (kubernetes). There is no CICD.
The Project Manager wants a Proof of Concept between GitLab and AWS codePipeline to choose the best CI/CD solution.
I need to configure a Gitlab Community Edition, installed on a Ubuntu Server, to create a CICD pipeline from this AWS codecommit.
I have access to this Ubuntu Server, the Gitlab Community Edition is installed but it is just an empty shell, there is no project.
I do not know how to start, I tried to import the project from AWS Git repository URL or mirroring but it failed.
Is there a tutorial for this situation?