awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.31k stars 338 forks source link

Add assertions about multi value query parameters. #803

Closed calavera closed 7 months ago

calavera commented 7 months ago

Issue #, if available:

Double checking that we're correctly building the request object after seeing #802

Description of changes:

I've added additional assertions to verify that the request object is built correctly.

By submitting this pull request