awslabs / aws-lambda-rust-runtime

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

Fix Lambda Function URL responses. #872

Closed calavera closed 3 months ago

calavera commented 3 months ago

Issue #, if available:

Fixes #871

Description of changes:

Add the headers field to ensure that Lambda Function URL responses are encoded correctly.

By submitting this pull request