I am using Node.js, but all suggestions are welcome. I have 5-10 micro services for handling different tasks such as sending emails, scheduled tasks, processing queues etc.. Each micro service has its own repo on GitLab and runs in its own VM (on AWS). So, my question is what's the best way to manage these services and handle the deployments? Is there any guideline or tips? How do you manage this in your organization?
No responses yet.