We use Codepipeline from AWS to automatize all the deployment process for most of our services and workers.
Everyday we use more lambda functions and microservices in our company but is getting hard to manage the deployment of them.
Anyone has experience with CI/CD tools to manage a couple of dozens of microservices in production and development ?
I never use Codepipeline for Lambda, so maybe is an option that I did not see, but I am not close to use any other tools as an option.
Any recommendations ?. Thanks in advance !
At the end the best solution that worked for us was connecting Github and TravisCI to automatize all the deployment of the lambda functions. I hope that this answer also help someone else.