I am just starting with AWS CodeCommit and wonder, how can I organize Repos into projects/groups.
Coming from GitLab, I can create a "Group" and within this group, I create my repos.
For example, I have a project "MyApp" with a server, web-client, ios-client, android-client repo, I have 4 repos in the group "MyApp". You get the idea :-)
I cannot find anything like that in CodeCommit.
I did find "Tags". Is that the Amazons solution for groups? Or am I missing something?
Thank you!