Copilot and microservices/ multiple services #2717
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @Nikola-Milovic. You can have the following structure to have two separate pipelines for two services:
Where you run |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I created an app, and it seems that it is rather difficult to work with multiple services? Besides not having any examples online, (besides the emoji app ), the pipeline and the buildspec is the same for all services? What if I have different requirements for different services? Like different testing setup, different build setup? Is there a way to build all of them seperately eg, keep them separate and still be able to control them from the copilot?
I am not sure I am missing something, as in the emoji app listed above, we have the project structure of
SRC
|-copilot
|- serviceA
|- serviceB
Where copilot has a single pipeline with codebuild file and that's it. Both services use the same pipeline and build.
Beta Was this translation helpful? Give feedback.
All reactions