AWSStreamContext
@h4ad/serverless-adapter > AWSStreamContext
(type) AWSStreamContext
The interface that describes the internal context used by the AwsStreamHandler
Signature:
export type AWSStreamContext = \{
response: AWSResponseStream;
context: Context;
};
References: AWSResponseStream