interface CloudFrontEventimport { type CloudFrontEvent } from "https://dotland.deno.dev/x/lambda@1.42.2/mod.ts"; Propertiesconfig: { readonly distributionDomainName: string; readonly distributionId: string; readonly eventType: | "origin-request" | "origin-response" | "viewer-request" | "viewer-response"; readonly requestId: string; }