|
|
|
|
|
by Prefinem
3081 days ago
|
|
Yes, we have all of our functions in a single mono repo, broken into projects, and then folders for each function, similar to this: - src/project1/function1/ - src/project1/function2/ - src/project2/function1/ - src/project3/function1/ - src/project3/function2/ - src/project3/function3/ Deploying the functions is done by project, so we deploy all of one project, then move to the next, and so on and so forth. |
|
Have you encountered any issues to watch out for when only using one APIG for each environment (150 micro-services). Have you encountered any downsides to doing this versus 1 micro-service to 1 APIG? I'm also running into the Gateway throttle limits and I think deploying many micro-services (like you have done) to 1 APIG is the best solution.