Our company has a large codebase split across many Git repositories that are reviewed using Gerrit. Gerrit allows grouping related code changes across different projects into topics but does not support checking out topics from the repo or running continuous integration feedback on all commits in a topic. To address this, a workflow was created using Gerrit topics and AWS Lambda to automatically run CI tests on all commits in a topic.