aws/aws-lambda-runtime-interface-emulator

Add support for multipart/form-data in RIE

nipatiitti opened this issue · 1 comments

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.

I don't understand the question. Your Lambda logic should be able to read the body of the request and parse it however you want.