MCPcopy Create free account
hub / github.com/CodeGenieApp/serverless-express / handler

Function handler

src/configure.js:89–94  ·  view source on GitHub ↗
(event, context)

Source from the content-addressed store, hash-verified

87 }
88
89 async function handler (event, context) {
90 return proxy({
91 event,
92 context
93 })
94 }
95
96 handler.log = configureLog
97

Callers

nothing calls this directly

Calls 1

proxyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…