HttpContext
import type { HttpContext } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface HttpContext {
headers?: {} | null;
[key: string]: string | null | undefined;
queryString?: string | null;
}import type { HttpContext } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";