Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nipatiitti opened this issue Apr 16, 2023 · 1 comment
Open

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

nipatiitti opened this issue Apr 16, 2023 · 1 comment

Comments

@nipatiitti
Copy link

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.

@skyzyx
Copy link

skyzyx commented Dec 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants