Using import maps in Deno Edge Functions
Deno has https://deno.land/manual@v1.26.2/linking_to_external_code/import_maps#import-maps feature which would allow us to import code that has internal absolute imports and that imports its own libraries through standard imports.
