export type LambdaTimeout = {
    functionName: string;
    invocationsCount: number;
    timeoutsCount: number;
};
