awslabs / aws-lambda-rust-runtime

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

Fix extension compatibility issues with AWS Lambda Runtime Interface Emulator #879

Closed rebu-dt closed 2 months ago

rebu-dt commented 3 months ago

Fixes the following issues I encountered while trying to run an extension built with the lambda-extension crate in AWS Lambda RIE:

By submitting this pull request

calavera commented 3 months ago

Can you format your changes?

rebu-dt commented 2 months ago

@calavera I've changed the tracing field to use #[serde(default)] and ran the formatter.