export type LambdaRequestType = 'readiness_check'; export interface LambdaReadinessCheck { type: LambdaRequestType; }