pub async fn run_with_streaming_response<'a, S, B, E>(
handler: S,
) -> Result<(), Error>Expand description
Runs the Lambda runtime with a handler that returns streaming HTTP responses.
See the AWS docs for response streaming.
pub async fn run_with_streaming_response<'a, S, B, E>(
handler: S,
) -> Result<(), Error>Runs the Lambda runtime with a handler that returns streaming HTTP responses.
See the AWS docs for response streaming.