I have a serverless application with more than 100 lambda functions. No version control or CI/CD has been implemented for them. I would like to start using GitLab for setting up a CI/CD environment. I have two questions w.r.t this.
- Is there a way where I can automate downloading them to GitLab?
- How do I create a repository. Should I write .yml for each of those functions.
Any pointers for doing this would be very helpful.