Crate aws_lambda_log_proxy
source ·Structs§
- Process log lines with
Self::transformer
and write them toSelf::sink
. To create this, useProcessorBuilder::sink
. - A sink to write log lines to.
Self::transformer
and write them to Self::sink
.
To create this, use ProcessorBuilder::sink
.