aws / aws-lambda-runtime-interface-emulator

Apache License 2.0
915 stars 95 forks source link

Add support for multipart/form-data in RIE #90

Open nipatiitti opened 1 year ago

nipatiitti commented 1 year ago

I would love the ability to use multipart/form-data in local testing environments for my lambda functions. The official AWS API-Gateway supports this feature so I see no reason why this package shouldn't.

It could be enabled with a --flag on the startup call or something if need be.