AwsStreamHandlerOptions
@h4ad/serverless-adapter > AwsStreamHandlerOptions
(type) AwsStreamHandlerOptions
The interface that customizes the AwsStreamHandler
Signature:
export type AwsStreamHandlerOptions = \{
callbackWaitsForEmptyEventLoop?: boolean;
};