UNPKG

hono

Version:

Web framework built on Web Standards

10 lines (9 loc) 169 B
// src/adapter/lambda-edge/conninfo.ts var getConnInfo = (c) => ({ remote: { address: c.env.event.Records[0].cf.request.clientIp } }); export { getConnInfo };