import type { LambdaClient } from '@aws-sdk/client-lambda'; type LambdaClientConfig = NonNullable[0]>; export type RequestHandler = LambdaClientConfig['requestHandler']; export {};