JetBrains / JetBrains/kotless

Support merging multiple projects in the same API Gateway

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
1.2k
Forks
54
PR merge metrics
No merged PRs in 30d

Description

Let's say I have 2 teams. Team 1 works on HelloWorld project and Team 2 works on HiWorld project.Both the teams define their APIs:

- /helloworld
- /hiworld

And now I want to deploy both to an API gateway, as we're serving these apis do an external client. I want both to be indexed under api.hi , so

- https://api.hi/helloworld
- https://api.hi/hiworld

This path is configured in API Gateway as a Custom Domain.

Each API is defined in its own Kotless application, as both teams are doing entire different applications.

I'm not able to do this routing as per API Gateway specification (unless I change how the pathing works). This would be very helpful on using Kotest with a more distributed development

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.