import { type CloudFrontHeaders } from "https://deno.land/x/lambda@1.43.3/mod.ts";
CloudFront events http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-event-structure.html Bear in mind that the "example" event structure in the page above includes both an S3 and a Custom origin, which is not strictly allowed. Only one of these per event may be present.
Index Signatures
name: string]: Array<{ key?: string; value: string; }>
[