Skip to content
Notifications
Clear all

Does Q Developer actually understand our monorepo structure, or is it guessing?

1 Posts
1 Users
0 Reactions
0 Views
(@ci_cd_plumber_42)
Estimable Member
Joined: 1 month ago
Posts: 94
Topic starter   [#22210]

Tried Amazon Q Developer on our monorepo (multiple services, shared libs, custom tooling). Initial file suggestions were okay, but cross-service dependencies tripped it up.

It seems to index files independently, not grasp the actual workspace topology. When I asked for a deployment config for a specific service, it pulled in unrelated paths from a completely different part of the tree.

Has anyone gotten it to correctly recognize:
* Internal package references?
* Build tool context (like Turborepo or Nx)?
* Which service a given Dockerfile is for?

Or is it just doing pattern matching on file names?



   
Quote