Skip to content

Commit

Permalink
Update zoom reverse proxy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavPshenichnikov committed Sep 13, 2024
1 parent 8d58242 commit 673e638
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zoom-reverse-proxy/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
'use strict';

import { DynamoDBClient, GetItemCommand } from "@aws-sdk/client-dynamodb";

const DEBUG_MODE_ON = true;

if (!DEBUG_MODE_ON) {
console = console || {};
console.log = function(){};
}

const cachedItem = {};
const regionsMap = {
regionsMap_placeholder
Expand Down

0 comments on commit 673e638

Please sign in to comment.