# getConnInfo

**Kind:** Function

**Source:** [`src/adapter/lambda-edge/conninfo.ts`](https://github.com/honojs/hono/blob/main/src/adapter/lambda-edge/conninfo.ts#L11)

**Part of:** [Adapter](subsystem-src-adapter)

## Signature

```ts
function getConnInfo(c: Context<Env>)
```

## Parameters

| Name | Type |
|---|---|
| `c` | `Context<Env>` |
