export interface AwsLambdaOptions {
    streaming?: boolean;
}
