awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.3k stars 335 forks source link

Allow disabling `tracing` feature #857

Closed yotamofek closed 5 months ago

yotamofek commented 5 months ago

Without this PR, the tracing in the lambda_runtime_api_client is not really optional, when that crate is added to the dep tree by the main lambda_runtime crate.

Issue #, if available:

Description of changes:

By submitting this pull request