awslabs / aws-lambda-rust-runtime

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

Multipart form data #781

Closed hkaiser25 closed 8 months ago

hkaiser25 commented 8 months ago

Is it possible to upload a file and other text data as part of a form data POST request using lambda_http crate?

calavera commented 8 months ago

The runtime doesn't care about what's in the request body. It's up to you to encode and decode the data the way you want.

github-actions[bot] commented 8 months ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for the maintainers of this repository to see. If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.