MCPcopy Index your code
hub / github.com/zappa/Zappa / lambda_handler

Function lambda_handler

zappa/handler.py:999–1000  ·  view source on GitHub ↗
(event, context)

Source from the content-addressed store, hash-verified

997
998
999def lambda_handler(event, context): # pragma: no cover
1000 return LambdaHandler.lambda_handler(event, context)
1001
1002
1003def keep_warm_callback(event, context):

Callers 1

keep_warm_callbackFunction · 0.70

Calls 1

lambda_handlerMethod · 0.80

Tested by

no test coverage detected