DDD example for micro service or serverless

Hello ๐Ÿ‘‹ I’m looking for a solid example or a documentation for DDD where the names of the layers of a hexagonal architecture for example are not used to organize the structure of the project and are based on a delimited and more feature-oriented context, I can’t find what name (if you have one) you are given to structure a project that way.

This is an example of how we structure a pure api:

src/main/kotlin - api - search -detail Also for serverless it makes more sense or utility to organize everything feature oriented since it is based on event driven but I don’t know to what extent to mix architecture names with agreed domain names (DDD)

Thanks for your great help indeed!

submitted by /u/Total_Dragonfruit635
[link] [comments]