We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7060bc2 commit 7afa6aeCopy full SHA for 7afa6ae
metering/handlers/freecall_handler.py
@@ -11,7 +11,7 @@
11
setup_logger()
12
logger = logging.getLogger(__name__)
13
14
-required_keys = ['username', 'organization_id', 'service_id']
+required_keys = ['organization_id', 'service_id']
15
16
17
def main(event, context):
0 commit comments