interface CloudFrontHeadersimport { type CloudFrontHeaders } from "https://dotland.deno.dev/x/lambda@1.42.2/types.d.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; }>