The core idea is simple: make the resources you need to render a Lexicon (or part of it) available as blobs, and reference them from an event that states the lexicon it handles. Index those and you know what to pick dynamically. The execution is a little tricky to make safe, but I have…